Answer Posted / guest
A compiler is a software program which is used to compile
the program written in computer language to the normal
language and return the o/p to the user in normal form.
Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is actual argument?
What is a constant and types of constants in c?
Why is main function so important?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How will you find a duplicate number in a array without negating the nos ?
Explain b+ tree?
Can include files be nested? How many levels deep can include files be nested?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
What is fflush() function?
What are the loops in c?
How to declare pointer variables?
What are enums in c?
Does * p ++ increment p or what it points to?
Explain what could possibly be the problem if a valid function name such as tolower() is being reported by the c compiler as undefined?
What is pivot in c?