char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);


What will be the output

Answer Posted / praveen

ahul

Is This Answer Correct ?    26 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the types of inheritance?

606


Why do we need oop?

679


What is polymorphism what is it for and how is it used?

580


What is this pointer in oop?

565


What is difference between pop and oop?

615






What are the types of abstraction?

570


What is polymorphism and types?

611


If a=5, b=6, c=7, b+=a%c*2. What is the final value of b?

948


Is react oop?

618


design a c++ class for the chess board,provide a c++ class definition for such class(only class definition is required)

6163


What is balance factor?

597


What are the features of oop?

645


Can a destructor be called directly?

613


Why do we need polymorphism in c#?

697


What is encapsulation process?

597