What is the usage of the pointer in c?
Why c is called top down?
Why header file is used in c?
Is main is a keyword in c?
how to print 212 as Twohundreds twelve plz provide me ans soon
Explain what is wrong with this program statement? Void = 10;
What is a structure in c language. how to initialise a structure in c?
enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }
What is d'n in c?
How do you do dynamic memory allocation in C applications?
What is a pragma?
main() { float a=3.2e40; printf("%d",a); }
What is the difference between i++ and i+1 ?(in terms of memory)