whitch value return void main?

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


Please Help Members By Posting Answers For Below Questions

What is sizeof c?

746


what will be maximum number of comparisons when number of elements are given?

1573


List at least 10 sorting methods indicating their average case complexity, worst case complexity and best case complexity.

2438


Differentiate between declaring a variable and defining a variable?

737


What is int main () in c?

751






What is an identifier?

750


Write a function which takes as parameters one regular expression(only ? and * are the special characters) and a string and returns whether the string matched the regular expression.

804


How do I use void main?

756


What is call by value in c?

685


Is it possible to use curly brackets ({}) to enclose single line code in c program?

948


Write a program to generate random numbers in c?

786


What is struct node in c?

729


In C language what is a 'dangling pointer'?

757


How can you avoid including a header more than once?

664


why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above

746