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
What is the difference between a function and a method in c?
What does the error 'Null Pointer Assignment' mean and what causes this error?
What is the easiest sorting method to use?
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What are keywords c?
How can this be legal c?
PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE
What is a nested loop?
Why can’t constant values be used to define an array’s initial size?
What is the purpose of the preprocessor directive error?
An organised method of depicting the use of an area of computer memory used to signify the uses for different parts of the memory a) swap b) extended memory c) memory map d) all of the above
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
What is array of structure in c programming?
What is #include stdio h?
How many levels of pointers have?