What are different storage class specifiers in c?
No Answer is Posted For this Question
Be the First to Post Answer
code for quick sort?
Eight queens puzzle
a=5 a=a++/++a
What is function what are the types of function?
Explain what is the heap?
main() { char x; while(x=0;x<=255;x++) printf("\nAscii value %d Charater %c",x,x); }
please give me answer with details #include<stdio.h> main() { int i=1; i=(++i)*(++i)*(++i); printf("%d",i); getch(); }
How is = symbol different from == symbol in c programming?
What is pointer to pointer in c?
What are signals in C?
In which category does main function belong??
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM