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

Is a house a mass structure?

0 Answers  


Explain what are its uses in c programming?

0 Answers  


Is there a way to compare two structure variables?

0 Answers  


Write a C program to remove the repeated characters in the entered expression or in entered characters(i.e) removing duplicates

3 Answers  


find the output? void r(int a[],int c, int n) { if(c>n) { a[c]=a[c]+c; r(a,++c,n); r(a,++c,n); } } int main() { int i,a[5]={0}; r(a,0,5); for(i=0;i<5;i++) printf("\n %d",a[i]); getch(); }

0 Answers   Microsoft,


What is the use of header?

0 Answers  


Why is malloc used?

1 Answers  


How are portions of a program disabled in demo versions?

0 Answers  


about c language

0 Answers  


What are the different pointer models in c?

4 Answers  


What are the functions to open and close file in c language?

0 Answers  


main() { int a=4,b=2; a=b<<a + b>>2; printf("%d", a); }

11 Answers   HCL, Vector, Vector India, Vector Solutions, Wipro,


Categories