which header file contains main() function in c?

Answer Posted / guest

stdio header file

Is This Answer Correct ?    3 Yes 14 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of a ‘’ character?

808


List the difference between a While & Do While loops?

854


Explain what is a stream?

804


What is wrong in this statement?

819


What are lookup tables in c?

760


What is static and auto variables in c?

793


Why is extern used in c?

838


Are the variables argc and argv are always local to main?

787


write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1

3666


The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference

943


How to get string length of given string in c?

808


 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.

1955


What does node * mean?

961


Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.

2899


An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?

920