What is the correct declaration of main?


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

Post New Answer

More C Interview Questions

how to write optimum code to divide a 50 digit number with a 25 digit number??

0 Answers   MGM,


the number 138 is called well ordered number because the three digits in the number (1,3,8) increase from left to right (1<3<8). the number 365 is not well ordered coz 6 is larger than 5. write a program that wull find and display all possible three digit well ordered numbers. sample: 123,124,125,126,127,128,129,134 ,135,136,137,138,139,145,146,147 148 149,156.......789

5 Answers  


How can I get back to the interactive keyboard if stdin is redirected?

0 Answers  


In C, What is the #line used for?

2 Answers  


How can I insert or delete a line (or record) in the middle of a file?

0 Answers  






write a program for egyptian fractions in c?

1 Answers   Satyam,


How to swap two values using a single variable ? condition: Not to use Array and Pointer ?

6 Answers  


Discuss the function of conditional operator, size of operator and comma operator with examples.

0 Answers   TCS,


5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer

4 Answers  


What is 02d in c?

0 Answers  


why we wont use '&' sing in aceesing the string using scanf

0 Answers   HCL,


how do we remove the printed character in printf statement and write next it it

1 Answers  


Categories