What is meaning of "Void main" in C Language.

Answer Posted / sonali panda

The main function does not return any information to the
operating system.

Is This Answer Correct ?    187 Yes 61 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

a function gets called when the function name is followed by a a) semicolon (;) b) period(.) c) ! d) none of the above

889


Explain what are compound statements?

614


What are inbuilt functions in c?

572


What are header files and what are its uses in C programming?

646


Why c is called object oriented language?

596






What is the difference between fread and fwrite function?

644


Explain what happens if you free a pointer twice?

625


What is a constant?

642


What is New modifiers?

684


If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

1602


main(){char *str;scanf("%s",str);printf("%s",str); }The error in the above program is: a) Variable 'str' is not initialised b) Format control for a string is not %s c) Parameter to scanf is passed by value. It should be an address d) none

737


‎How to define structures? · ‎

645


Explain what is the concatenation operator?

638


Is flag a keyword in c?

694


Explain what is the benefit of using an enum rather than a #define constant?

737