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

How do you determine whether to use a stream function or a low-level function?

0 Answers  


what is the difference between class and unio?

0 Answers   HCL, Wipro,


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

4 Answers   ME,


Explain what are run-time errors?

0 Answers  


Explain what is a const pointer?

0 Answers  






is compiler do read the data line by line or not. ??

6 Answers   LG Soft, Satyam, Tech Mahindra,


What are the applications of c language?

0 Answers  


the question is that what you have been doing all these periods (one year gap)

0 Answers   HCL,


what is difference between ++(*p) and (*p)++

17 Answers   Accenture, HCL, IBM,


Which is better between malloc and calloc?

0 Answers  


a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f

0 Answers   TCS,


Where register variables are stored in c?

0 Answers  


Categories