The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / vivek kumar
Terminator in the 'C' language is
semicolon
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is meant by operator precedence?
Why c is called top down?
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
simple program of graphics and their output display
What is gets() function?
What are the header files used in c language?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is the Purpose of 'extern' keyword in a function declaration?
What is the use of in c?
What is the use of define in c?
List the difference between a 'copy constructor' and a 'assignment operator' in C?
What is c++ used for today?
Distinguish between actual and formal arguments.
What is multidimensional arrays
Explain what is the difference between text files and binary files?