The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / likhit gatagat
semicolon
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What are the 4 types of functions?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
What is self-referential structure in c programming?
How can you call a function, given its name as a string?
Explain what is operator promotion?
Explain how can I open a file so that other programs can update it at the same time?
What is the c language function prototype?
What is the use of ?: Operator?
Where is volatile variable stored?
in iso what are the common technological language?
What functions are used for dynamic memory allocation in c language?
Explain what’s a signal? Explain what do I use signals for?
What is bin sh c?
c language interview questions & answer
What is character set?