which header file contains main() function in c?

Answer Posted / ankith.v

There is no header file for main function

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)

1855


How do you do dynamic memory allocation in C applications?

626


Does c have circular shift operators?

722


Given two strings S1 and S2. Delete from S2 all those characters which occur in S1 also and finally create a clean S2 with the relevant characters deleted.

823


What is the purpose of & in scanf?

589






What is the use of ?

617


Multiply an Integer Number by 2 Without Using Multiplication Operator

314


How can I call system when parameters (filenames, etc.) Of the executed command arent known until run time?

583


How variables are declared in c?

567


Can you add pointers together? Why would you?

636


What is the significance of c program algorithms?

676


Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)

5787


What is the use of typedef in structure in c?

536


Explain what will be the outcome of the following conditional statement if the value of variable s is 10?

738


What is difference between structure and union in c?

538