const char *
char * const
What is the differnce between the above tow?.
Answer Posted / lokesh143
In first case address is constant
later case value is constant
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain what is dynamic data structure?
What is file in c preprocessor?
Explain what does the format %10.2 mean when included in a printf statement?
What is the purpose of the statement: strcat (S2, S1)?
Function which gives a pointer to a binary trees const an integer value at each code, return function of all the nodes in binary tree.?
Write a C++ program to generate 10 integer numbers between - 1000 and 1000, then store the summation of the odd positive numbers in variable call it sum_pos, then find the maximum digit in this variable regardless of its digits length.
What is #define used for in c?
What language is lisp written in?
program for reversing a selected line word by word when multiple lines are given without using strrev
Explain how do you generate random numbers in c?
What is the purpose of scanf() and printf() functions?
Can you please explain the difference between malloc() and calloc() function?
Can we replace the struct function in tree syntax with a union?
What is difference between stdio h and conio h?
What are local variables c?