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 union and structure in c?
What are header files and what are its uses in C programming?
What are the different types of pointers used in c language?
Write a program that accept anumber in words
Write a C/C++ program to add a user to MySQL. The user should be permitted to only "INSERT" into the given database.
Can we change the value of #define in c?
Discuss the function of conditional operator, size of operator and comma operator with examples.
Q.1 write a program to create binary tree 1 to 16 numbers? Q.2 write a program to creat a binary search tree for the member that is given by user?
disply the following menu 1.Disply 2.Copy 3.Append; as per the menu do the file operations 4.Exit
Why is c so popular?
Is linux written in c?
What is getch?
what are the advantages of a macro over a function?
What is an arrays?
write a c program in such a way that if we enter the today date the output should be next day's date.