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

Should I learn c or c++ or c#?

559


Why we use #include conio h in c++?

597


Can java be faster than c++?

672


daily Routine of father

914


What is buffer and example?

527






Where Malloc(), Calloc(), and realloc() does get memory?

613


Explain abstraction.

620


Reverse the Linked List. Input: 1->2->3->4->5->NULL Output: 5->4->3->2->1->NULL

340


Can a new be used in place of old mallocq? If yes, why?

637


What does namespace mean in c++?

557


What are c++ files?

582


In a function declaration what does extern means?

600


How would you implement a substr() function that extracts a sub string from a given string?

569


Which one is better- macro or function?

658


What is c++ similar to?

601