why return type of main is not necessary in linux


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

Post New Answer

More C Interview Questions

Give a one-line C expression to test whether a number is a power of 2. [No loops allowed - it's a simple test.]

0 Answers  


how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.

3 Answers  


What is FIFO?

0 Answers  


What are the types of pointers?

0 Answers  


WHY DO WE USE A TERMINATOR IN C LANGUAGE?

2 Answers  






Explain the use of 'auto' keyword

0 Answers  


How can I find the day of the week given the date?

0 Answers  


Tell me what are bitwise shift operators?

0 Answers  


What is output of the following program ? main() { i = 1; printf("%d %d %d\n",i,i++,i++); }

9 Answers   CTS, Wipro,


Explain can you assign a different address to an array tag?

0 Answers  


Differentiate between a for loop and a while loop? What are it uses?

0 Answers   TISL,


What is sizeof int in c?

0 Answers  


Categories