Can a program have multiple main() functions?
Answer / nashiinformaticssolutions
No, only one main() function is allowed.
| Is This Answer Correct ? | 0 Yes | 0 No |
there is two conditions , 1. while using for loop for printing 1 to 50 no's simulteneous 2. while using printf functios for printing 1 to 50 no's simulteneous with or without using variables who will take more time for compiling and execution? explain in details with reason?
What will be the output of following program #include main() { int x,y = 10; x = y * NULL; printf("%d",x); }
How are 16- and 32-bit numbers stored?
how to generate the length of a string without using len funtion?
What is array in c with example?
Explain what is the heap?
What are near, far and huge pointers?
0 Answers Hexaware, Thomson Reuters, Virtusa,
Explain high-order bytes.
Write a program that his output * *** *****
Write a code to reverse string seperated by spaces i/p str=India is my country o/p str=aidnI si ym yrtnuoc After writing code, optimize the code
What is the benefit of using #define to declare a constant?
What are the benefits of c language?