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
I want explanation for this assignment: how to connect mysql database using c/c++,please explain this detailly?
Is java a c++?
Does c++ cost money?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Write bites in Turbo c++ Header ("Include") Files.
What is copy constructor? Can we make copy constructor private in c++?
Which of the following is evaluated first: a) && b) || c) !
Can a Structure contain a Pointer to itself?
What is class definition in c++ ?
Write a program which employs Recursion
What is the full form of ios?
describe private access specifiers?
In which situation the program terminates before reaching the breakpoint set by the user at the beginning of the mainq method?
What is the difference between structure and class?
What is the difference between structures and unions?