Explain what is #line used for?
No Answer is Posted For this Question
Be the First to Post Answer
Which driver is a pure java driver
Where is c used?
Why c is called object oriented language?
What is the value of c?
void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }
what is the most appropriate way to write a multi-statement macro?
What does stand for?
Write program to remove duplicate in an array?
Explain what is the general form of a c program?
How can I handle floating-point exceptions gracefully?
Find the largest number from the given 2 numbers without using any loops and the conditional operator.
What is the purpose of #pragma directives in C?