What is the difference between void main and main in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain what are the __date__ and __time__ preprocessor commands?

0 Answers  


the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above

0 Answers  


write a c program to accept a given integer value and print its value in words

4 Answers   Vernalis, Vernalis Systems,


write a c program to print the next of a particular no without using the arithmetic operator or looping statements?

1 Answers   TCS,


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

0 Answers  






Explain the difference between the local variable and global variable in c?

0 Answers  


What is the purpose of main( ) in c language?

0 Answers  


can we define a function in structure?

2 Answers  


What is putchar() function?

0 Answers  


What is sizeof return in c?

0 Answers  


what is the use of bitfields & where do we use them?

2 Answers  


main() { int x=20,y=35; x = y++ + x++; y = ++y + ++x; printf("%d %d\n",x,y); } what is the output?

10 Answers   Ramco,


Categories