Joined
Last Seen
0 Reputation Points
73% Quality Score
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #72.9K
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Databases x 1
Favorite Tags
2 Posted Topics
Hi Arun, In this code having comiplation error: main.c: In function ‘main’: main.c:15:1: error: expected declaration specifiers before ‘printf’ printf("Enter number of elements:\n"); ^~~~~~ main.c:16:1: error: expected declaration specifiers before ‘scanf’ scanf("%d",&n); ^~~~~ main.c:17:1: error: expected declaration specifiers before ‘printf’ printf("Enter %d integers:\n", \n); ^~~~~~ main.c:17:32: error: stray ‘\’ in …
You can use the TRUNCATE command. http://dev.mysql.com/doc/refman/5.0/en/mathematical-functions.html#function_truncate For more tutorial: https://hackr.io/tutorials/learn-mysql
The End.