why we are using semicolon at the end of printh statment
Answer Posted / sri
every statement must be end with semicolon.so We use
semicolon.
| Is This Answer Correct ? | 5 Yes | 22 No |
Post New Answer View All Answers
When do we get logical errors?
Do you know null pointer?
How is null defined in c?
Write a program that accept anumber in words
What is the purpose of 'register' keyword?
Describe newline escape sequence with a sample program?
What the advantages of using Unions?
Explain the array representation of a binary tree in C.
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is printf () in c?
What is the difference between exit() and _exit() function in c?
Explain what are the standard predefined macros?
What is a constant?
What is sizeof int?
Do you know the purpose of 'register' keyword?