Is there any difference between dlearations int* x and int
*x? If so tell me the difference?
Answer Posted / praveen verma
I think there is no difference.
There is no difference between int *x and int* x;
Also there is no agreement.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do nonglobal variables default to a) auto b) register c) static
What are the types of pointer?
What are the general quetions are in DEna bank manager IT/System interviews?
What is a local reference?
When does the c++ compiler create temporary variables?
What does the linker do?
Differentiate between the manipulator and setf( ) function?
What is the last index number in an array of 100 characters a) 100 b) 99 c) 101
Differentiate between realloc() and free().
What is the oldest programming language?
Do class method definitions?
Implement stack operations with pointers with appropriate exception checks.
Define 'std'.
Can a built-in function be recursive?
What is the importance of mutable keyword?