What is #include cctype?
No Answer is Posted For this Question
Be the First to Post Answer
compare array with pointer?
Explain void pointer?
Why void is used in c?
How can I do peek and poke in c?
What is c variable?
What is the advantage of an array over individual variables?
What will happen when freeing memory twice
x=y=z=1 z=++x||++y&&++z Printf("%%%d";xyz) what is the values of x,y and z?????
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
Write a program to print fibonacci series using recursion?
how would a 4*3 array A[4][3] stored in Row Major Order?
When the macros gets expanded?