What is the usage of the pointer in c?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Why c is called top down?

0 Answers  


Why header file is used in c?

0 Answers  


Is main is a keyword in c?

0 Answers  


how to print 212 as Twohundreds twelve plz provide me ans soon

1 Answers  


Explain what is wrong with this program statement? Void = 10;

0 Answers  






What is a structure in c language. how to initialise a structure in c?

0 Answers  


enum colors {BLACK,BLUE,GREEN} main() { printf("%d..%d..%d",BLACK,BLUE,GREEN); return(1); }

4 Answers   ME,


What is d'n in c?

0 Answers  


How do you do dynamic memory allocation in C applications?

0 Answers  


What is a pragma?

0 Answers  


main() { float a=3.2e40; printf("%d",a); }

9 Answers   Satyam,


What is the difference between i++ and i+1 ?(in terms of memory)

3 Answers   HCL,


Categories