If null and 0 are equivalent as null pointer constants, which should I use?
No Answer is Posted For this Question
Be the First to Post Answer
While compiling a c program,graphics header files are not including in my program..eg: <graphics.h>,what may be the problem...is there any environment settings exists.
How can you print HELLO WORLD without using "semicolon"?
How can I use a preprocessorif expression to ?
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"); }
What is the purpose of the code, and is there any problem with it? unsigned int f( unsigned n ) { return –n & 7; }
What is a #include preprocessor?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
what is the maximum limit of row and column of a matrix in c programming. in linux .
who is the father of C Language?
20 Answers CTS, UST,
What are the usage of pointer in c?
What is #pragma statements?
Write a program to print numbers from 1 to 100 without using loop in c?