char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / deepak
Ans:Sahul
Reason:
Intially *ptr contains ASCII value of 'R' on incrementing it
will points to ASCII value of 'S'.
| Is This Answer Correct ? | 2 Yes | 15 No |
Post New Answer View All Answers
What is overloading in oop?
Why oops is important?
Explain the concepts involved in Object Oriented programming.
i got a backdoor offer in process global,Bangalore..Can i work with it?
Why do we use oop?
What is oops?what is its use in software engineering?
#include
is there any choice in opting subjects like 4 out of 7
How to improve object oriented design skills?
What is persistence in oop?
What is object and class in oops?
What is debug class?what is trace class? What differences are between them? With examples.
What is polymorphism what are the different types of polymorphism?
Get me a number puzzle game-program
What are constructors in oop?