What is meaning of "Void main" in C Language.
Answer Posted / kiruthika
viod is a return type which does not return any value after
execution.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What is the difference between strcpy() and memcpy() function in c programming?
How can you read a directory in a C program?
Explain the red-black trees?
What is #define used for in c?
Explain what is the benefit of using const for declaring constants?
Is int a keyword in c?
What is the use of c language in real life?
Where is c used?
while loop contains parts a) initialisation, evalution of an expression,increment /decrement b) initialisation, increment/decrement c) condition evalution d) none of the above
Is c object oriented?
Are pointers integers in c?
Explain what is the difference between functions abs() and fabs()?
Is sizeof a keyword in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10
How can I write data files which can be read on other machines with different word size, byte order, or floating point formats?