How can you increase the allowable number of simultaneously open files?
HOW TO HANDLE EXCEPTIONS IN C
What is huge pointer in c?
Do character constants represent numerical values?
write program on arrays
1.what are local and global variables? 2.what is the scope of static variables? 3.what is the difference between static and global variables? 4.what are volatile variables? 5.what is the use of 'auto' keyword? 6.how do we make a global variable accessible across files? Explain the extern keyword? 7.what is a function prototype? 8.what does keyword 'extern' mean in a function declaration?
What does extern mean in a function declaration?
A woman had somany gloves and hats 22 red,34 blue, 45 white...there was power cut and she took a glove and how many gloves shud she take so that she gets a pair of glove fr each color??
What is null pointer constant?
Explain what is a program flowchart and explain how does it help in writing a program?
6. Which of the Following is not defined in string.h? A)strspn() B)strerror() C)memchr() D)strod()
What is the difference between void main and main in c?
#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }