Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / uma sankar pradhan
There is no difference between int* x and int *x
Because in C,the number of spaces between two literals
doesnot mean anything.
example,
a+b is same as a + b or a+ b or a +b
| Is This Answer Correct ? | 11 Yes | 3 No |
Post New Answer View All Answers
what is C++ objects?
What does 7/9*9 equal ? a) 1 b) 0.08642 c) 0
Write bites in Turbo c++ Header ("Include") Files.
What is the output of the following program? Why?
What is the v-ptr?
Does there exist any way to make the command line arguments available to other functions without passing them as arguments to the function?
Define pure virtual function?
How would perform Pattern Matching in C++?
What is c++ course?
What is meant by entry controlled loop? What all C++ loops are exit controlled?
Why main function is special in c++?
C is to C++ as 1 is to a) What the heck b) 2 c) 10
Can you use the function fprintf() to display the output on the screen?
What is a hashmap c++?
Please explain class & object in c++?