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
An application package has been provided to you without any documents for the following application. The application needs to be tested. How will you proceed?
What is a structure and why it is used?
Describe the modifier in c?
How can a process change an environment variable in its caller?
Explain #pragma statements.
Can true be a variable name in c?
How can you increase the allowable number of simultaneously open files?
any C program contains only one function, it must be a) void () b) main () c) message () d) abc ()
What are enums in c?
What's the difference between constant char *p and char * constant p?
pierrot's divisor program using c or c++ code
how do you programme Carrier Sense Multiple Access
Are pointers integers in c?
Why enum is used in c?
can anyone please tell about the nested interrupts?