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 correct declaration of main?
What is merge sort in c?
A text file that contains declarations used by a group of functions,programs,or users a) executable file b) header file c) obj file d) .cfile
How do I get an accurate error status return from system on ms-dos?
What is the size of a union variable?
What is the role of && operator in a program code?
Can we declare variables anywhere in c?
Explain the properties of union.
The __________ attribute is used to announce variables based on definitions of columns in a table?
What is the basic structure of c?
I have written a pro*C program to fetch data from the cursor. where in i have used the concept of BULK FETCH.... each FETCH statement is taking lots of time to fetch specified number of rows at...
Hello. How to write a C program to check and display president party like if i type in the console "biden" and hit enter the output shoud be : "biden is democrat" and if i type "trump" and hit enter the output shoud be: "trump is republican"
Can we access array using pointer in c language?
What is variable and explain rules to declare variable in c?
Which is more efficient, a switch statement or an if else chain?