The C language terminator is
a.semicolon
b.colon
c.period
d.exclamation mark
Answer Posted / genifer
its semicolon.. and not explanation mark..
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
A character flag or control mechanism that delineates one data item from another a) variable b) constant c) delimiter d) call by reference
What is pragma c?
Why void main is used in c?
When is the “void” keyword used in a function?
what is the structure pointer?
What are the advantages of using linked list for tree construction?
What is the function of volatile in c language?
What is the stack in c?
In C, What is the #line used for?
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What do you mean by Recursion Function?
How can you return multiple values from a function?
Write a program to print factorial of given number without using recursion?
Why clrscr is used after variable declaration?
Why is a semicolon (;) put at the end of every program statement?