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
How is objective c different from c++?
What is rvalue?
When does the c++ compiler create temporary variables?
How does java differ from c and c++?
What are containers in c++?
In inline " expression passed as argument are evalauated once " while in macro "in some cases expression passed as argument are evaluated more than once " --> i am not getting it plz help to make me understand....
What is c++ in english?
Why c++ is faster than java?
If a round rectangle has straight edges and rounded corners, your roundrect class inherits both from rectangle and from circle, and they in turn both inherit from shape, how many shapes are created when you create a roundrect?
List the special characteristics of constructor.
What are manipulators in c++ with example?
What is the outcome of cout< a) 16 b) 17 c) 16.5
How many types of scopes are there in c++?
Explain shallow copy?
what are the types of Member Functions?