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
What is the use of static variable in c?
What are run-time errors?
Can you write the algorithm for Queue?
What type is sizeof?
How is a null pointer different from a dangling pointer?
Explain what is wrong with this statement? Myname = ?robin?;
Write a program to show the change in position of a cursor using c
What is the explanation for the dangling pointer in c?
Why string is used in c?
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
cin.ignore(80, _ _);This statement a) ignores all input b) ignores the first 80 characters in the input c) ignores all input till end-of-line d) iteration
What is the use of #include in c?
What is c definition?
How do we open a binary file in Read/Write mode in C?
How can you find the day of the week given the date?