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 / ningappa
any where in the program
| Is This Answer Correct ? | 81 Yes | 3 No |
Post New Answer View All Answers
Why doesnt long int work?
Where are some collections of useful code fragments and examples?
How can you tell whether a program was compiled using c versus c++?
What is variable initialization and why is it important?
How do you determine the length of a string value that was stored in a variable?
find the value of y y = 1.5x+3 for x<=2 y = 2x+5 for x>2
What does the && operator do in a program code?
Define circular linked list.
What are types of preprocessor in c?
Can variables be declared anywhere in c?
Why do we write return 0 in c?
What is the use of a ‘ ’ character?
What are the types of data types and explain?
Should I learn data structures in c or python?
Explain the array representation of a binary tree in C.