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

an algorithem for the implementation of circular doubly linked list

1 Answers  


write a own function to compare two strings with out using stringcomparition function?

6 Answers   LG Soft, Sasken,


How can I manipulate individual bits?

0 Answers  


write a program to swap two numbers without using temporary variable?

3 Answers  


What is the output of the program #include<stdio.h> #include<conio.h> void main() {0 int i,j=20; clrscr(); for(i=1;i<3;i++) { printf("%d,",i); continue; printf("%d",j); break; } getch(); }

4 Answers   CTS, Oracle,


What is f'n in math?

0 Answers  


What should be keep precautions while using the recursion method?

1 Answers  


Which programming language is best for getting job 2020?

0 Answers  


What is calloc()?

0 Answers   Adobe,


Why c is a procedural language?

0 Answers  


can any one please explain, how can i access hard disk(physical address)? it is possible by the use of far,near or huge pointer? if yes then please explain......

0 Answers  


What is binary tree in c?

0 Answers  


Categories