char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / sunayana
the output is "ahul"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are benefits of oop?
Is oop better than procedural?
What is inheritance and how many types of inheritance?
What is object and example?
Get me a number puzzle game-program
What is the purpose of enum?
What is an advantage of polymorphism?
What is polymorphism and its types?
What are the data types in oop?
What is the difference between abstraction and polymorphism?
What is multilevel inheritance?
What is the point of oop?
• What are the desirable attributes for memory managment?
What is class encapsulation?
What is encapsulation process?