Is it fine to write void main () or main () in c?


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

Post New Answer

More C Interview Questions

print out of string in this format; 1. "rajesh" 2. \n 3. %d

5 Answers   mpower,


what is ANSI and ISO

7 Answers   HCL,


hi how to convert program from notepad to turboc editor can u please help me

3 Answers  


how to generate sparse matrix in c

3 Answers  


How can you convert integers to binary or hexadecimal?

0 Answers  






fn f(x) { if(x<=0) return; else f(x-1)+x; }

5 Answers   HCL,


What are the advantages of using new operator as compared to the function malloc ()?

0 Answers   NIIT,


Is both getch() and getchar() functions are similar? if it is similar means why these two functions are used for same usage? if it is not similar means what is the difference?

1 Answers   Infosys,


What is an auto keyword in c?

0 Answers  


How will you declare an array of three function pointers where each function receives two ints and returns a float?

0 Answers   TISL,


Define VARIABLE?

0 Answers   ADP,


What are different storage class specifiers in c?

0 Answers  


Categories