What are local static variables?
No Answer is Posted For this Question
Be the First to Post Answer
in one file global variable int i; is declared as static. In another file it is extern int i=100; Is this valid ?
Is reference used in C?
Determine the result of performing two successive block transfers into the same area of a frame buffer using the binary arith operations
what are the stages of compilation
the constant value in the case label is followed by a a) semicolon b) colon c) braces d) none of the above
how to TOGGLE Nth bit of variable in a MACRO
cavium networks written test pattern ..
Why ca not I do something like this?
What is the difference b/w Structure & Union?
int array[]={1,2,3,4,5,6,7,8}; #define SIZE (sizeof(array)/sizeof(int)) main() { if(-1<=SIZE) printf("1"); else printf("2"); }
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
What is union and structure?