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
Tell me with an example the self-referential structure?
What does nil mean in c?
What are the two forms of #include directive?
What do you mean by dynamic memory allocation in c?
Why cant I open a file by its explicit path?
explain what is a newline escape sequence?
write a c program for swapping two strings using pointer
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
Explain modulus operator.
What is a scope resolution operator in c?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Explain what is the difference between functions abs() and fabs()?
Hai what is the different types of versions and their differences
What is page thrashing?
When can you use a pointer with a function?