why we are using semicolon at the end of printh statment
Answer Posted / shashi
semicolon is used for terminate the line
| Is This Answer Correct ? | 38 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of realloc()?
What are c identifiers?
Mention four important string handling functions in c languages .
What is line in c preprocessor?
What is define directive?
What are the different types of control structures in programming?
How do you define a function?
Do you have any idea about the use of "auto" keyword?
Describe the order of precedence with regards to operators in C.
Explain the difference between exit() and _exit() function?
When is a “switch” statement preferable over an “if” statement?
When reallocating memory if any other pointers point into the same piece of memory do you have to readjust these other pointers or do they get readjusted automatically?
What are register variables in c?
#include
What is scanf_s in c?