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 the difference between c and python?
difference between native and cross compilers
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
How can I find the modification date of a file?
Do pointers take up memory?
What is union and structure?
What is C language ?
What is a struct c#?
What is a class c rental property?
What are data types in c language?
How can you be sure that a program follows the ANSI C standard?
Write a program to print all permutations of a given string.
what is the diffrenet bettwen HTTP and internet protocol
What is an lvalue?
explain how do you use macro?