What type of function is main ()?
No Answer is Posted For this Question
Be the First to Post Answer
Explain what is the benefit of using an enum rather than a #define constant?
What is the use of pragma in embedded c?
Is c dynamically typed?
Find the highest of three numbers and print them using ascending orders?
Where static variables are stored in memory in c?
Do string constants represent numerical values?
How can I invoke another program or command and trap its output?
What is data structure in c programming?
Not all reserved words are written in lowercase. TRUE or FALSE?
What is the value of h?
Is main an identifier in c?
Is exit(status) truly equivalent to returning the same status from main?