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 the real time example of encapsulation?
What is a class in oop?
Which is better struts or spring?
Advantage and disadvantage of routing in telecom sector
Write a program to reverse a string using recursive function?
What are the benefits of interface?
class type to basic type conversion
#include
What is encapsulation process?
What are the components of marker interface?
Write A Program to find the ambiguities in Multiple Inheritance? How are they resolved.(Virtual Functions)
What is class encapsulation?
What is class and example?
What are the 5 oop principles?
What is polymorphism and why is it important?