What is the use of extern in c?
No Answer is Posted For this Question
Be the First to Post Answer
what is the output of below int n=10; (n++)++; printf("%d",n);
Describe the header file and its usage in c programming?
How to write the code of the program to swap two numbers with in one statement?
write a program to compare 2 numbers without using logical operators?
Is c++ based on c?
How can I open files mentioned on the command line, and parse option flags?
Tell us bitwise shift operators?
What is declaration and definition in c?
Why is void main used?
what is the output of below pgm? void main() { int i=0; if(i) printf("pass"); else printf("fail"); }
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Can we use any name in place of argv and argc as command line arguments?