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 getch() function in C program.. difference b/w getch() and getche()??

29 Answers   HCL, IBM, Infosys, TCS, Wipro,


What is a static function in c?

0 Answers  


What is #pragma directive?how it is used in the program? what is its advantages and disadvantages?

2 Answers  


read a number & print all its devisors using c-program?

3 Answers  


What is the difference between typedef struct and struct?

0 Answers  






What is the correct declaration of main?

0 Answers  


char S; char S[6]= " HELLO"; printf("%s ",S[6]); output of the above program ? (0, ASCII 0, I,unpredictable)

7 Answers   Mascot,


what is difference between procedural language and functional language ?

4 Answers   Wipro,


Declare the structure which contains the following members and write in C list of all students who score more than 75 marks. Roll No, Name, Father Name, Age, City, Marks.

0 Answers  


Hierarchy decides which operator a) is most important b) is used first c) is fastest d) operates on largest numbers

1 Answers  


Can an array be an Ivalue?

0 Answers   EXL,


Write a program to swap two numbers without using third variable?

0 Answers  


Categories