Main must be written as
a.the first function in the program
b.Second function in the program
c.Last function in the program
d.any where in the program
Answer Posted / aarti giri
last function in the program
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Tell me about low level programming languages.
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Why is #define used?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
which is an algorithm for sorting in a growing Lexicographic order
What do the functions atoi(), itoa() and gcvt() do?
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 the use of define in c?
Is c still relevant?
What is the purpose of scanf() and printf() functions?
What is difference between structure and union?
What does #pragma once mean?
What is else if ladder?
What is external variable in c?
Explain how to reverse singly link list.