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 are manipulators in c++ with example?
What is the type of this pointer in c++?
What is the identity function in c++? How is it useful?
What is the use of vtable?
Define whitespace in C++.
How do you decide which integer type to use?
Define friend function.
What is this pointer in c++?
What are activex and ole?
Write a Program for find and replace a character in a string.
Explain how the virtual base class is different from the conventional base classes of the opps.
How do you instruct your compiler to print the contents of the intermediate file showing the effects of the preprocessor?
What gives the current position of the put pointer?
What flag means?
Is c++ proprietary?