which header file contains main() function in c?
Answer Posted / a
if it is just a naming convention then how can it have
return type and arguement like a function...
plz don't misguide the ppls
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Why we write conio h in c?
Difference between macros and inline functions? Can a function be forced as inline?
Why is c faster?
Write a program to implement a round robin scheduler and calculate the average waiting time.Arrival time, burst time, time quantum, and no. of processes should be the inputs.
Explain what is the difference between functions abs() and fabs()?
Why can't I perform arithmetic on a void* pointer?
What are multidimensional arrays?
how to create duplicate link list using C???
What is a void pointer in c?
a construct the"else" part of "if" statement contains anoth "if else" statement is called a) if-else b) else-if-else c) if-else-if-else d) chain if/if-else-if
What are keywords in c with examples?
Write an algorithm for implementing insertion and deletion operations in a singly linked list using arrays ?
console I/O functions means a) the I/O operations done on disk b) the I/O operations done in all parts c) the input given through keyboard is displayed VDU screen d) none of the above
What is the difference between void main and main in c?
Can two or more operators such as and be combined in a single line of program code?