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

What is the best style for code layout in c?

0 Answers  


Is c pass by value or reference?

0 Answers  


Is there a way to jump out of a function or functions?

0 Answers  


Place the #include statement must be written in the program?

0 Answers  


What is uint8 in c?

0 Answers  






Write a c program to Find the name that you entered is male name or female name? Such as Sunjay is name of male and Payal is name of female

5 Answers   Infosys, Luminous,


how can I convert a string to a number?

0 Answers  


Study the Following Points: a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static 1. Which of the Following Statements are true w.r.t Bit- Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture,


What are the advantages and disadvantages of a heap?

0 Answers  


write a function that accepts an array A with n elements and array B with n-1 elements. Find the missing one in array B,with an optimized manner?

2 Answers   Zensar,


what is c

4 Answers  


Define a structure to store roll no, name and marks of a student. Using the structure of above write a ‘C’ program to create a file “student.dat”. There must be one record for every student in the file. Accept the data from the user.

0 Answers  


Categories