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
What is the acronym for ansi?
How can a program be made to print the line number where an error occurs?
Why does everyone say not to use scanf? What should I use instead?
a c variable cannot start with a) an alphabet b) a number c) a special symbol d) both b and c above
Explain the advantages of using macro in c language?
What does stand for?
What is wild pointer in c?
What kind of structure is a house?
What is NULL pointer?
How do I use void main?
How can you tell whether a program was compiled using c versus c++?
write a program to print data of 5 five students with structures?
write a program to rearrange the array such way that all even elements should come first and next come odd
Explain how can I prevent another program from modifying part of a file that I am modifying?
How do I get a null pointer in my programs?