Explain bitwise shift operators?
12344321 123 321 12 21 1 1 how i print this program??
5 Answers DSR Management, Winit,
what is pointer ? what is the use of pointer?
Why array is used in c?
what is the other ways to find a logic to print whether a number is an even or odd wit out using % symbol??????? i know three different ways to print it. so i need any other different logic>>>>>
what are bit fields in c?
What does %d do?
How can I recover the file name given an open stream or file descriptor?
Struct(s) { int a; long b; } Union (u) {int a; long b; } Print sizeof(s)and sizeof(u) if sizeof(int)=4 and sizeof(long)=4
how to find the size of the data type like int,float without using the sizeof operator?
main() { clrscr(); } clrscr();
Which is the best website to learn c programming?
Explain following declaration int *P(void); and int (*p)(char *a);