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 are the general quetions are in DEna bank manager IT/System interviews?
Explain how a pointer to function can be declared in C++?
What is the difference between an external iterator and an internal iterator? Describe an advantage of the external iterator.
How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
What are the extraction and insertion operators in c++?
Explain bubble sorting.
What is the disadvantage of using a macro?
What are the c++ access specifiers?
How do I start a c++ project?
In which header file does one find isalpha() a) conio.h b) stdio.h c) ctype.h
What is abstraction in c++?
Define a conversion constructor?
Is c the same as c++?
How the virtual functions maintain the call up?
Is c++ double?