What's the difference between constant char *p and char * constant p?


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

Post New Answer

More C Interview Questions

what is a non volatile key word in c language?

1 Answers  


What is c value paradox explain?

0 Answers  


how to display 2-D array elements in spiral

2 Answers  


What is the use of getchar functions?

0 Answers  


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

2 Answers   Mphasis,






What are conditional operators in C?

0 Answers   Adobe,


What happens if you free a pointer twice?

0 Answers  


What are the advantages of c language?

0 Answers  


What is the purpose of void pointer?

0 Answers  


difference between string and array?

6 Answers  


Why functions are used in c?

0 Answers  


20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????

2 Answers  


Categories