char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / sachin
ahul
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
What is encapsulation example?
How long to learn object oriented programming?
Explain the concepts involved in Object Oriented programming.
What is inheritance in oop?
What is the types of inheritance?
Which is better struts or spring?
Can main method override?
What is new keyword in oops?
Is oop better than procedural?
when to use 'mutable' keyword and when to use 'const cast' in c++
what is the sylabus for priliminaries?
What is polymorphism and its types?
What is the example of polymorphism?
What do you mean by overloading?
Why do we use encapsulation in oops?