Difference between constant pointer and pointer to a constant.


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

Post New Answer

More C Interview Questions

write a c program to find the roots of a quadratic equation ax2 + bx + c = 0

11 Answers   CSC, St Marys, TATA,


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,


please tell me the logic for this C program : INPUT (string):ABCD OUTPUT :BCDA CDAB DABC

2 Answers   Mphasis,


Using which language Test cases are added in .ptu file of RTRT unit testing???

0 Answers  


write a program to display the array elements in reverse order in c language

16 Answers  






what are the languages used in c#?

3 Answers   Infosys,


differentiate built-in functions and user – defined functions.

0 Answers  


Do array subscripts always start with zero?

0 Answers  


There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.

0 Answers  


wite a programme in c to linear search a data using flag and without using flags?

3 Answers   TCS,


What are the advantages of union?

0 Answers  


size maximum allocated by calloc()

3 Answers   DELL,


Categories