Answer Posted / vignesh1988i
their will be a program written for creating a
compiler..... so in that main() may be a first function call
for that coding written in compiler
thank u
Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
why use "return" statement a) on executing the return statement it immediately transfers the control back to the calling program b) it returns the value present in the parentheses return, to the calling program c) a & b d) none of the above
Explain how do you determine whether to use a stream function or a low-level function?
Write a program to input the price of 1 burger and the number of burgers eaten by a group of friends .print the total amount to be paid by the group?
What is mean by data types in c?
Why does the call char scanf work?
How can I invoke another program or command and trap its output?
What are types of preprocessor in c?
How can I manipulate strings of multibyte characters?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
Is c call by value?
Explain union. What are its advantages?
What is the difference between malloc calloc and realloc in c?
What happens if you free a pointer twice?
What is array in C
What is the heap?