Answer Posted / pradeep
void main might return a value.
you should not assign to other variable.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
How to declare pointer variables?
why return type of main is not necessary in linux
What is difference between union All statement and Union?
write a program that reads lines(using getline), converts each line to an integer using atoi, and computes the average of all the numbers read. also compute the standard deviation.
Why is structure padding done in c?
What is #define size in c?
What is #define?
How can I sort a linked list?
What is meant by type specifiers?
Write a program to print factorial of given number using recursion?
What is #ifdef ? What is its application?
Who invented b language?
What is difference between scanf and gets?
What is the use of sizeof () in c?