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
given a set based questions and 5 questions based on it next data sufficiciency questions 2 and 2/3 english sentence completion with options very easy and 2 synononmys paragraph with 10 questions 10 minutes replace =,-,*,% with -,%,+,* type questions 5 3 questions lik following itssickhere itssickthere itssickhere istsickhere which is nt alike the others very easy
What is difference between multiple inheritance and multilevel inheritance?
What is object and example?
What is polymorphism and example?
What is abstract class in oop?
What are different types of JVM's? for example we use dalvik jvm for android then what about the remaining operating systems?
What are the important components of cohesion?
What is the benefit of oop?
What are the two different types of polymorphism?
Where is pseudocode used?
What does and I oop mean in text?
What is a superclass in oop?
What is a function in oop?
Whats is abstraction in oops?
What is polymorphism and types?