whitch value return void main?

Answers were Sorted based on User's Feedback



whitch value return void main?..

Answer / suresh

void main() returns no value

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More C Interview Questions

Why can't I perform arithmetic on a void* pointer?

0 Answers  


What is the 'named constructor idiom'?

0 Answers  


What is masking?

0 Answers  


Why c is faster than c++?

0 Answers  


Difference between strcpy() and memcpy() function?

0 Answers  






what are the different storage classes in c?

0 Answers   TCS,


main() { int a=5; printf(?%d,%d,%d\n?,a,a< <2,a>>2); } Answer: 5,20,1 please explain this code in detail

6 Answers   TCS,


What is the difference between the = symbol and == symbol?

0 Answers  


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers   Mind Tree,


Write a program to identify if a given binary tree is balanced or not.

0 Answers   JPMorgan Chase,


Write a program that takes a 5 digit number and calculates 2 power that number and prints it.

1 Answers  


how should functions be apportioned among source files?

0 Answers  


Categories