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

Answer Posted / sandy

NO difference

Case 1:
int* x,y,z;

and

Case2:
int *x,y,z;

these two cases are also exactly same.

Is This Answer Correct ?    12 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a multiset c++?

667


Is there finally in c++?

712


Briefly describe a B+ tree. What is bulk loading in it?

880


Write about the use of the virtual destructor?

696


What is singleton class in c++?

689






What is the c++ programming language used for?

665


What ANSI C++ function clears the screen a) clrscr() b) clear() c) Its not defined by the ANSI C++ standard

690


What is the oldest programming language?

665


write a corrected statement so that the instruction will work properly. if (4 < x < 11) y = 2 * x;

1611


What jobs can you get with a c++ certification?

678


why is c++ called oops? Explain

666


What is a sequence in c++?

661


How are the features of c++ different from c?

689


Explain what data encapsulation is in c++?

657


In a function declaration, what does extern mean?

712