The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / manju
a.semicolon
every statement in a ptogram which is written in c
language can be end with a semicolon. othewise it'l show a
error
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
Explain why c is faster than c++?
What is pragma c?
How variables are declared in c?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What does d mean?
What is difference between function overloading and operator overloading?
What are the valid places to have keyword “break”?
What is the significance of an algorithm to C programming?
What is Dynamic memory allocation in C? Name the dynamic allocation functions.
Explain what does the format %10.2 mean when included in a printf statement?
What are structure types in C?
Difference between malloc() and calloc() function?
What is main () in c?
What is calloc() function?
What is %lu in c?