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 |
What is uint8 in c?
Why doesn't the code "int a = 1000, b = 1000; long int c = a * b;" work?
What does sizeof int return?
How macro execution is faster than function ?
actually i have 2 years teaching experience as computer faculty but now i am a DBA but when i go for interview many peoples asked me why i left my teaching profession and why i want to come in this field kindly give me the proper answer of this queston
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]
print the palindrome numbers in between 0 to n
void main() { //char ch; unsigned char ch; clrscr(); for(ch =0;ch<= 127; ch++) printf(" %c= %d \t ", ch, ch); } output?
I have a varargs function which accepts a float parameter?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,
Explain what are binary trees?
Is there anything like an ifdef for typedefs?