The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / shruti
terminator in C language is a SEMICOLON...
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
write a c program to calculate sum of digits till it reduces to a single digit using recursion
What are the three constants used in c?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Where local variables are stored in c?
Why does not c have an exponentiation operator?
What is the use of clrscr?
What is 'bus error'?
explain what are pointers?
The statement, int(*x[]) () what does in indicate?
Why do we use pointer to pointer in c?
Write a program to swap two numbers without using the third variable?
What is c programing language?
C program to find all possible outcomes of a dice?
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
What are the main characteristics of c language describe the structure of ac program?