How can you increase the allowable number of simultaneously open files?
No Answer is Posted For this Question
Be the First to Post Answer
What does the c preprocessor do?
what is the use of macro program
When should a far pointer be used?
When should the volatile modifier be used?
Is malloc memset faster than calloc?
What is the sizeof () a pointer?
N O S I E R + A S T R A L ---------------- 7 2 5 6 1 3
In C, What is the #line used for?
#include main() { char s[] = "Bouquets and Brickbats"; printf(" %c, ",*(&s[2])); printf("%s, ",s+5); printf(" %s",s); printf(" %c",*(s+2)); }
#define MAX 3 main() { printf("MAX = %d \n",MAX ); #undef MAX #ifdef MAX printf("Vector Instituteā); #endif
Why isnt any of this standardized in c?
Why header files are used?