Answer Posted / bunny
It marks the beginning of the main body of the program and
also ensures that it is properly executed. Basically, void
main() creates the base for the program.
| Is This Answer Correct ? | 10 Yes | 5 No |
Post New Answer View All Answers
What do you understand by friend-functions? How are they used?
What are the header files used in c language?
What will be your course of action for a push operation?
Can a variable be both static and volatile in c?
Differentiate between new and malloc(), delete and free() ?
How can I find out if there are characters available for reading?
How can I open a file so that other programs can update it at the same time?
what is the difference between 123 and 0123 in c?
Is Exception handling possible in c language?
In c programming, explain how do you insert quote characters (? And ?) Into the output screen?
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
What is c system32 taskhostw exe?
Explain how can I convert a string to a number?
Explain what’s a signal? Explain what do I use signals for?
What is the maximum no. of arguments that can be given in a command line in C.?