Can a program have multiple main() functions?
Answer / nashiinformaticssolutions
No, only one main() function is allowed.
| Is This Answer Correct ? | 0 Yes | 0 No |
which types of data structure will i use to convert infix to post fix???
how to print 2-D array using a single for loop?
2 Answers Mind Tree, TCS, Value Labs,
What is the value of c?
how c source file in converted to exe file
Is sizeof a keyword in c?
What is build process in c?
When a c file is executed there are many files that are automatically opened what are they files?
write a c/c++ program that takes a 5 digit number and calculates 2 power that number and prints it?
Explain what is wrong with this statement? Myname = ?robin?;
Write a C++ program without using any loop (if, for, while etc) to print numbers from 1 to 100 and 100 to 1;
18 Answers Accenture, Cisco, Egentec, HCL, Ideaz, Infosys, M-Systems, MYR, TCS,
i=20,k=0; for(j=1;j<i;j=1+4*(i/j)) { k+=j<10?4:3; } printf("%d", k);
Is r written in c?