What is pointers in c with example?


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

Post New Answer

More C Interview Questions

the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

0 Answers  


design and implement a program that reads floating-points numbers in a sentinel-controlled loop until the user terminates the program by entering zero.your program should determinate and print the smallest,largest and average of the supplied numbers.

2 Answers  


explain what is a newline escape sequence?

0 Answers  


What is pointer to pointer in c language?

0 Answers  


why ordinary variable store the later value not the initial

1 Answers  






what is the difference between structural,object based,object orientd programming languages?

1 Answers   PanTerra,


#define min((a),(b)) ((a)<(b))?(a):(b) main() { int i=0,a[20],*ptr; ptr=a; while(min(ptr++,&a[9])<&a[8]) i=i+1; printf("i=%d\n",i);}

3 Answers  


how to generate the length of a string without using len funtion?

4 Answers  


Give me the code of in-order recursive and non-recursive.

0 Answers   DELL,


Write a Program to accept different goods with the number, price and date of purchase and display them

0 Answers   HDFC,


What are terms in math?

0 Answers  


What are Storage Classes in C ?

32 Answers   CTS, HP, IBM, Maharaja Whiteline, Tamil Nadu Open University TNOU, TATA, TCS, Wipro,


Categories