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
How do you define a function?
Which is more efficient, a switch statement or an if else chain?
How can you find the day of the week given the date?
What is an auto variable in c?
Hi how many types of software editions are there and their difference (like home editions, enterprise, standard etc) can u please help me
Is it possible to execute code even after the program exits the main() function?
What is the use of getch ()?
Explain what are the different data types in c?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1
How do I read the arrow keys? What about function keys?
Explain data types & how many data types supported by c?
Is c is a low level language?
Explain the difference between call by value and call by reference in c language?
Explain what are linked list?
What is the c language function prototype?