what is a constant pointer in C


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

Post New Answer

More C Interview Questions

what is the output of printf("%d",(scanf("%d",10));

10 Answers  


What is difference between structure and union in c?

0 Answers  


What is header file in c?

0 Answers  


long int size a) 4 bytes b) 2 bytes c) compiler dependent d) 8 bytes

18 Answers   Acropolis, HCL, Intel, TCS,


Can we access array using pointer in c language?

0 Answers  






void main() { int x=25,y=32; clrscr(); x=x++ + y++; y=++x + ++y; printf("%d%d",x,y); }

5 Answers  


What is else if ladder?

0 Answers  


Program to find the absolute value of given integer using Conditional Operators

6 Answers   N Tech,


If a variable is a pointer to a structure, then which operator is used to access data members of the structure through the pointer variable?

0 Answers  


What is a pointer value and address in c?

0 Answers  


int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);

6 Answers   HCL, Octal, SW,


how many key words availabel in c a) 28 b) 31 c) 32

0 Answers  


Categories