Answer Posted / revathipawar
no we cant write bcoz main() tells to the processor that it
is starting of the c programming
| Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What is the use of linkage in c language?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
How can I check whether a file exists? I want to warn the user if a requested input file is missing.
what is the difference between 123 and 0123 in c?
Can a function be forced to be inline? Also, give a comparison between inline function and the C macro?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
Hi can anyone tell what is a start up code?
Why is c still so popular?
What is assignment operator?
How can I direct output to the printer?
What is structure packing in c?
When can a far pointer be used?
how to find binary of number?
Difference between constant pointer and pointer to a constant.
What does %c do in c?