When is a void pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
Is int a keyword in c?
What is the difference between a structure and a union?
size maximum allocated by calloc()
main() { float f1=10.5; double db1=10.5 if(f1==db1) printf("a"); else printf("b") }
how to create duplicate link list using C???
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Explain c preprocessor?
What are 'near' and 'far' pointers?
Can you write a programmer for FACTORIAL using recursion?
wat s the meaning of (int *)p +4;
Unsigned char c; for ( c=0;c!=256;c++2) printf("%d",c); No. of times the loop is executed ?
What are the types of data types and explain?