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
What is meant by oops concept?
Can an interface inherit a class?
Explain the concepts involved in Object Oriented programming.
Get me a number puzzle game-program
write a C++ program for booking using constructor and destructor.
Is abstract thinking intelligence?
How do you achieve runtime polymorphism?
Can we define a class within the interface?
What is the problem with multiple inheritance?
What are the three parts of a simple empty class?
What is polymorphism what are the different types of polymorphism?
What are the data types in oop?
What is protected in oop?
What is polymorphism give a real life example?
What is polymorphism and why is it important?