What is a const pointer?


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

Post New Answer

More C Interview Questions

what would be the output of the following prog? Justify your answer? main() { unsigned char ch; unsigned char i; ch = -255; printf("%d",ch); i = -1; printf("%d",i); }

1 Answers  


Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me

2 Answers  


Explain is it valid to address one element beyond the end of an array?

0 Answers  


How can you determine the maximum value that a numeric variable can hold?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,






what is ans for this scanf(%%d",c);

1 Answers  


What are the back slash character constants or escape sequence charactersavailable in c?

0 Answers  


post new interiew question and aptitude test papers

1 Answers  


What are linker error?

0 Answers  


Is null equal to 0 in sql?

0 Answers  


What is the process to create increment and decrement stamen in c?

0 Answers  


How to Throw some light on the splay trees?

0 Answers  


Categories