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 a function in oop?
How to hide the base class functionality in Inheritance?
How Do you Code Composition and Aggregation in C++ ?
write a program to enter a string like"sunil is a good boy and seeking for a job" not more than 10 characters including space in one line,rest characters should b in other line.if the next line starts from in between the previous word,then print whole word to next line.
What are classes oop?
What are the 4 pillars of oop?
What is abstract class in oop?
What are the two different types of polymorphism?
What is polymorphism explain its types?
What is meant by oops concept?
What are the advantages of polymorphism?
What is the difference between a constructor and a destructor?
What is object in oops?
Can destructor be overloaded?
What is the use of oops?