Why we use int main and void main?
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
#include<stdio.h> int main() { int i=2; int j=++i + ++i + i++; printf("%d\n",i); printf("%d\n",j); }
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
Explain the difference between ++u and u++?
What is the best organizational structure?
Explain what are multidimensional arrays?
Why doesn't C support function overloading?
What is difference between arrays and pointers?
all c language question
write a addition of two no. program with out using printf,scanf,puts .
What is bash c?