Answer Posted / nashiinformaticssolutions
No, only one main() function is allowed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is a structure member in c?
What is pass by reference in c?
What is the modulus operator?
Explain bitwise shift operators?
What is new line escape sequence?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
Not all reserved words are written in lowercase. TRUE or FALSE?
How can a program be made to print the line number where an error occurs?
What is assignment operator?
Explain what does a function declared as pascal do differently?
How do we make a global variable accessible across files? Explain the extern keyword?
Can you tell me how to check whether a linked list is circular?
What is dynamic dispatch in c++?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
What is structure in c language?