char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / sudeep dutta
Rahul loses his name and becomes ahul.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is coupling in oop?
write a C++ program for booking using constructor and destructor.
Why is static class not inherited?
What is encapsulation and abstraction? How are they implemented in C++?
What are benefits of oop?
What is encapsulation with real life example?
Why do we use polymorphism?
What is oops with example?
can we make game by using c
How does polymorphism work?
what's the basic's in dot net
What are the types of abstraction?
What is oops concept with example?
Can enum be null?
What is overriding vs overloading?