Is there any difference between dlearations int* x and int
*x? If so tell me the difference?

Answer Posted / anu

i think there is no difference its correct, both are same

Is This Answer Correct ?    10 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is vector processing?

670


Comment on c++ standard exceptions?

639


What flag means?

527


Is map ordered c++?

596


Where the memory to the static variables is allocated?

560






We use library functions in the program, in what form they are provided to the program?

602


How do I use turbo c++?

550


Write a program to add three numbers in C++ utilizing classes.

623


Write a program which is required to process the time of a clock in hours and minutes, entered from the keyboard. With this program, there are two requirements for any data entered by a user: 1. The data must be of the correct type (in this case, two ints). 2. The data must be in the correct range: this means that, for the minutes, negative numbers and any number above 59 must be rejected; for the hours, negative numbers and any number above 23 must be rejected. Output error message for invalid data input. Output the time one and a half hour after the time input. i.e. Hour: 22 Min: 32 One and a half hour after 22:32 is 00:02

1514


Can we sort map in c++?

596


What are static member functions?

620


What is the c++ code?

570


What is a pointer how and when is it used?

580


what are the iterator and generic algorithms.

1463


What is singleton pattern in c++?

550