Answer Posted / rahat
main is a special inbuilt function which is used to start
the execution of the program,and the compiler searches for
this function to start the execution of the program.
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
write a program that will open the file, count the number of occurences of each word in the the complete works of shakespeare. You will then tabulate this information in another file.
What is the explanation for modular programming?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is the use of f in c?
What is else if ladder?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
simple program of graphics and their output display
What is void main ()?
How can a program be made to print the line number where an error occurs?
Can you tell me how to check whether a linked list is circular?
What does *p++ do? What does it point to?
What is the difference between if else and switchstatement
What is the process to generate random numbers in c programming language?
What is maximum size of array in c?
What is c language & why it is used?