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 Dynamic memory allocation in C? Name the dynamic allocation functions.
What is the difference between c &c++?
what is the structure pointer?
FILE PROGRAMMING
What are c identifiers?
What is the purpose of macro in C language?
What is static volatile in c?
How important is structure in life?
Why we use void main in c?
What is an arrays?
What is typedf?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.
how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
In C language, a variable name cannot contain?
What is cohesion and coupling in c?