Why is c so powerful?
No Answer is Posted For this Question
Be the First to Post Answer
Bit swapping
What are register variables in c?
What is string in c language?
Explain what is wrong in this statement?
What is structure and union in c?
What does *p++ do? What does it point to?
simple program of graphics and their output display
what is c language.
what is the difference between declaration ,defenetion and initialization of a variable?
main() { int x=5; printf("%d %d %d\n",x,x<<2,x>>2); } what is the output?
What's wrong with the call "fopen ("c:\newdir\file.dat", "r")"?
Explain continue keyword in c