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 problem with multiple inheritance?

578


Can we override main method?

596


What is super in oop?

589


What is abstraction oop?

615


What is multilevel inheritance explain with example?

619






What is the advantage of oop over procedural language?

621


What does enum stand for?

605


What is encapsulation in oop?

599


What is encapsulation with example?

570


What is destructor give example?

595


what are the ways in which a constructors can be called?

1570


What is a function in oop?

623


Why is it so that we can have virtual constructors but we cannot have virtual destructors?

3813


What is overriding vs overloading?

576


What is methods in oop?

535