What is the use of pointers in C?


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

Post New Answer

More C Interview Questions

What are the types of pointers in c?

0 Answers  


What is the difference between variable declaration and variable definition in c?

0 Answers  


Explain what a Binary Search Tree is.

3 Answers  


What does %d do?

0 Answers  


write a program to find a given no. is divisible by 3 or not without using any arthimetic operators?

3 Answers   Broadcom, TCS,


Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;

0 Answers  


Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


differnce between do and do while

3 Answers   DOEACC,


An entire structure variable can be assigned to another structure variable if __________

3 Answers   Sasken, TCS, Tech Mahindra, Wipro,


what is c++ programming?

3 Answers   TCS,


print 1-50 with two loop & two print Statement

2 Answers  


What is getch?

0 Answers  


Categories