Answer Posted / swati
to give indication to compiler that the printed statement
before terminator is ended and read next line of
program.Terminator is also known as "end of statement"
| Is This Answer Correct ? | 27 Yes | 0 No |
Post New Answer View All Answers
How many main () function we can have in a project?
What are the applications of c language?
What are the advantages of using macro in c language?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
What is sizeof int in c?
Explain the use of fflush() function?
Differentiate between Macro and ordinary definition.
main() { int i = 10; printf(" %d %d %d ", ++i, i++, ++i); }
What are the output(s) for the following ? #include char *f() {char *s=malloc(8); strcpy(s,"goodbye")} main() { char *f(); printf("%c",*f()='A'); }
What is this pointer in c plus plus?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
What is the use of structure padding in c?
What are different types of operators?
Tell us bitwise shift operators?
What is difference between union All statement and Union?