What is difference between main and void main?
No Answer is Posted For this Question
Be the First to Post Answer
What are categories used for in c?
How can I send mail from within a c program?
Explain enumerated types in c language?
What are the Advantages of using macro
what does keyword ‘extern’ mean in a function declaration?
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
Prove or disprove P!=NP.
What does %d do in c?
What is a list in c?
What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings
Is it fine to write void main () or main () in c?
What is sizeof array?