Posts
 
Reputation
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
~4K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums

2 Posted Topics

Member Avatar for adisharma

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 …

Member Avatar for Vijay_32
0
381
Member Avatar for Mike Bishop

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

Member Avatar for Vijay_32
0
275

The End.