whitch value return void main?

Answer Posted / viji

It doesn't return any value

Is This Answer Correct ?    15 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does & mean in scanf?

820


i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none

813


What is dynamic memory allocation?

1033


What are the functions to open and close file in c language?

932


Why is c so important?

771


What is difference between array and pointer in c?

748


What is return in c programming?

702


Differentiate between a for loop and a while loop? What are it uses?

895


What is modeling?

809


Is return a keyword in c?

816


How will you write a code for accessing the length of an array without assigning it to another variable?

797


What is the use of ?: Operator?

882


Explain what is the difference between the expression '++a' and 'a++'?

849


Explain the bubble sort algorithm.

841


Define the scope of static variables.

806