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
What is the use of a ‘’ character?
List the difference between a While & Do While loops?
Explain what is a stream?
What is wrong in this statement?
What are lookup tables in c?
What is static and auto variables in c?
Why is extern used in c?
Are the variables argc and argv are always local to main?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
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
How to get string length of given string in c?
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 does node * mean?
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.
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?