The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / genifer
its semicolon.. and not explanation mark..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why n++ execute faster than n+1 ?
What is chain pointer in c?
How to Throw some light on the splay trees?
Can you mix old-style and new-style function syntax?
Explain the difference between null pointer and void pointer.
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
How do you generate random numbers in C?
Tell me what is null pointer in c?
a character or group of characters that defines a register,or a part of storage a) memory b) byte c) address d) linear list
When should I declare a function?
What is %d called in c?
#define MAX(x,y) (x) >(y)?(x):(y) main() { inti=10,j=5,k=0; k= MAX(i++,++j); printf("%d..%d..%d",i,j,k); }
What is the difference between array and pointer in c?
can we have joblib in a proc ?
Is void a keyword in c?