Answer Posted / rajendra
Line terminator is ;(semicolon)
c longuage terminator is } (last bracket of main)
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How is a null pointer different from a dangling pointer?
What is a pointer in c?
What are identifiers c?
What was noalias and what ever happened to it?
What are conditional operators in C?
What Is The Difference Between Null And Void Pointer?
What are the preprocessor categories?
What is the difference between call by value and call by reference in c?
What does != Mean in c?
Write a Program to accept different goods with the number, price and date of purchase and display them
Difference between malloc() and calloc() function?
Explain what is wrong with this program statement? Void = 10;
What does typeof return in c?
What is void c?
given post order,in order construct the corresponding binary tree