whitch value return void main?

Answer Posted / prabu

yes there is no return a value for void main function

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

any "C" function by default returns an a) int value b) float value c) char value d) a & b

677


What is extern c used for?

581


How can I prevent another program from modifying part of a file that I am modifying?

622


Are pointers integers in c?

619


What is build process in c?

654






What is a wrapper function in c?

600


diff between exptected result and requirement?

1606


What are type modifiers in c?

632


In c programming, explain how do you insert quote characters (? And ?) Into the output screen?

774


What is output redirection?

704


Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..

657


Is there a way to switch on strings?

627


write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.

3512


why to assign a pointer to null sometimes??how can a pointer we declare get assigned with a garbage value by default???

1531


Is the exit() function same as the return statement? Explain.

674