What is the difference between constant pointer and pointer
to a constant. Give examples.
Answer Posted / abhradeep chatterjee
ya, vignesh, your answer is correct. thanx for giving such
a good answer.
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Write a C/C++ program that connects to a MySQL server and checks if the InnoDB plug-in is installed on it. If so, your program should print the maximum number of concurrent threads that the InnoDB plug-in can create.
Is there a way to compare two structure variables?
What is the difference between c and python?
Write a program to check prime number in c programming?
what is the syallabus of computer science students in group- 1?
What is uint8 in c?
Can you please explain the difference between exit() and _exit() function?
What functions are used for dynamic memory allocation in c language?
What is static identifier?
pgm to find any error in linklist(in single linklist check whether any node points any of previous nodes instead of next node)
What are the applications of c language?
Which is not valid in C a) class aClass{public:int x;}; b) /* A comment */ c) char x=12;
What is the difference between far and near ?
How can I invoke another program or command and trap its output?
Why is this loop always executing once?