What is an arrays?
while initialization of array why we use a[][2] why not a[2][]...?
What is getch() function?
What is structure padding in c?
Write a C program to count the number of email on text
int a=0,b=2; if (a=0) b=0; else b=*10; What is the value of b ?
How to Clear last bit if it 1 using Macro TURN_OFF_BIT_LAST
Where are local variables stored in c?
Sir i need notes for structure,functions,pointers in c language can you help me please
What is Your Name :)
If fflush wont work, what can I use to flush input?
What is use of bit field?
diff. between *p and **p