What is meaning of "Void main" in C Language.
Answer Posted / madhusmita mishra
The main function returns a void value .
| Is This Answer Correct ? | 279 Yes | 93 No |
Post New Answer View All Answers
i want to know the procedure of qualcomm for getting a job through offcampus
Tell us bitwise shift operators?
What does %c do in c?
Is fortran still used in 2018?
Explain how are portions of a program disabled in demo versions?
What is a newline escape sequence?
writ a program to compare using strcmp VIVA and viva with its output.
Add Two Numbers Without Using the Addition Operator
What is an identifier?
What is nested structure in c?
What do you mean by dynamic memory allocation in c?
what type of questions arrive in interview over c programming?
#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }
What is the best style for code layout in c?
I have a varargs function which accepts a float parameter?