Answer Posted / rajendra
Line terminator is ;(semicolon)
c longuage terminator is } (last bracket of main)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is c token?
What is the difference between a string copy (strcpy) and a memory copy (memcpy)? When should each be used?
What is void pointers in c?
Can a pointer be static?
What are near, far and huge pointers?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
Can you think of a logic behind the game minesweeper.
Write a code of a general series where the next element is the sum of last k terms.
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
What is a global variable in c?
What is build process in c?
What is a header file?
What is the use of getch ()?
What 'lex' does?
What is the use of sizeof () in c?