What are pointers? Why are they used?


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

Post New Answer

More C Interview Questions

what is the use of a array in c

6 Answers  


What is enumerated data type in c?

0 Answers  


main() { char p[] = "hello world!"; p = "vector"; printf("%s",p); }

2 Answers   Vector, Vector India,


What is the full form of getch?

0 Answers  


Define C in your own Language.

0 Answers   Motorola,






#include<stdio.h> main() { char s1[]="Ramco"; char s2[]="Systems"; s1=s2; printf("%s",s1); } Find the output

5 Answers   CitiGroup,


Does sprintf put null character?

0 Answers  


Why C language is a procedural language?

0 Answers   Ericsson,


Predict the output or error(s) for the following: 25. main() { printf("%p",main); }

3 Answers   Google, ME,


what do you mean by enumeration constant?

0 Answers  


Why & is used in scanf in c?

0 Answers  


sum of two integers values only other then integer it should print invalid input.

1 Answers  


Categories