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 is object-oriented programming? Webopedia definition
Give an example where we have to specifically use C programming language and C++ programming language cannot be used?
i=20;k=0;
for(j=1;k-i;k+=j<10?4:3)
{
cout< Is oop better than procedural? Can bst contain duplicates? What is this pointer in oop? Why can't we have instance(stack) of a class as a member of
the same class like eg.Class A{A obj;} as we can have self
refential pointer What are the 4 main oop principles? What is oops with example? What is pure oop? What does and I oop mean? There are two base class B1,B2 and there is one class D
which is derived from both classes,
Explain the flow of calling constructors and destructors
when an object of derived class is instantiated. What is destructor oops? What is object and class in oops? Which is not an object oriented programming language?