const char *
char * const
What is the differnce between the above tow?.
Answer Posted / satish
declaration of pointer after character in the first
case,but in second case before constant declaring the
pointer
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Explain how do you list a file’s date and time?
What are the advantages of the functions?
What is the difference between mpi and openmp?
What are the types of data structures in c?
What are the types of data files?
Explain why c is faster than c++?
Function calling procedures? and their differences? Why should one go for Call by Reference?
Are pointers really faster than arrays?
if p is a string contained in a string?
What is the use of f in c?
What is difference between main and void main?
What are comments and how do you insert it in a C program?
GIven a sequence of characters. How will you convert the lower case characters to upper case characters. ( Try using bit vector - sol given in the C lib -> typec.h)
What is the package for freshers(Non IIT) in amazon(hyderabad). And what is the same for those who are a contract employee.
Why do some versions of toupper act strangely if given an upper-case letter?