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 / jitender mahender
the first function in the program.
| Is This Answer Correct ? | 8 Yes | 32 No |
Post New Answer View All Answers
Explain enumerated types.
What's the total generic pointer type?
Why is c so popular?
Explain how can type-insensitive macros be created?
Is c weakly typed?
general for is %wd,f-d; in this system "w" means a) 'w' represent total width of digits b) 'w' represent width which includes the digits before,after decimal place and the decimal point c) 'w' represent width which includes the digits before only d) 'w' represent width after decimal place only
pgm to find number of words starting with capital letters in a file(additional memory usage not allowed)(if a word starting with capital also next letter in word is capital cann't be counted twice)
Tell me about low level programming languages.
please can any one suggest me best useful video tutorials on c i am science graduate.please help me.u can email me to sas29@in.com
What is a example of a variable?
in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above
Write a program that accept anumber in words
Difference between constant pointer and pointer to a constant.
What is external variable in c?
What is main function in c?