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
can we change the default calling convention in c if yes than how.........?
Why does everyone say not to use scanf? What should I use instead?
Explain the term printf() and scanf() used in c language?
What is the difference between c &c++?
Do array subscripts always start with zero?
What is the difference between printf and scanf in c?
What is meant by int main ()?
What should malloc() do? Return a null pointer or a pointer to 0 bytes?
How do we make a global variable accessible across files? Explain the extern keyword?
Can we compile a program without main() function?
Write a program to find factorial of a number using recursive function.
Explain what is the most efficient way to store flag values?
What are enums in c?
praagnovation
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above