const char *
char * const
What is the differnce between the above tow?.
Answer Posted / bava
in the first case it is pointer to a constant (i.e the
address can be changed ,where as the content/value in that
address cannot be changed).
In the later case it is a constant pointer (i.e the address
cannot be changed ,where as the content/value in that
address can be changed).
Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is this pointer in c plus plus?
Can we declare a function inside a function in c?
What are runtime error?
Are pointers integer?
Mention four important string handling functions in c languages .
what are the 10 different models of writing an addition program in C language?
Which is better between malloc and calloc?
How many data structures are there in c?
What is a structural principle?
What would be an example of a structure analogous to structure c?
When should you not use a type cast?
Process by which one bit pattern in to another by bit wise operation is?
Differentiate Source Codes from Object Codes
Write a program that accept anumber in words
FILE PROGRAMMING