What is C language Terminator?
Answers were Sorted based on User's Feedback
Answer / deepak singh
terminator as name indicates,it is end of that particular line and line gets terminated and moves to next line and begins execution.It is denoted ;
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / pinkey
yaa i think the terminator of c language is semicolon and
curly braces {}.
| Is This Answer Correct ? | 0 Yes | 2 No |
Answer / bryan olson
The C language terminator is... C++
Faced with an ill-defined question, work with the
interviewer to re-state it precisely in the accepted
terminology of the field.
| Is This Answer Correct ? | 2 Yes | 10 No |
how would a 4*3 array A[4][3] stored in Row Major Order?
Do you have any idea about the use of "auto" keyword?
If we give two names then this displays the connection between the two people. It is nothing but flames game
Can one function call another?
In a switch statement, what will happen if a break statement is omitted?
I came across some code that puts a (void) cast before each call to printf. Why?
Explain what is the benefit of using enum to declare a constant?
What is break in c?
Describe static function with its usage?
Program to swap the any two elements in an array containing N number of elements?
1 Answers Bosch, Glenwood, Ugam Solutions,
How many keywords are there in c?
What is static identifier?