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
What is the newline escape sequence?
What is pivot in c?
What are global variables and explain how do you declare them?
Differentiate between Macro and ordinary definition.
What oops means?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
What is malloc calloc and realloc in c?
What math functions are available for integers? For floating point?
printf(), scanf() these are a) library functions b) userdefined functions c) system functions d) they are not functions
Why do we use return in c?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What are the types of type qualifiers in c?
What are the 5 data types?
What does malloc () calloc () realloc () free () do?
What is the best way to comment out a section of code that contains comments?