char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / darshan
Rahul
| Is This Answer Correct ? | 4 Yes | 18 No |
Post New Answer View All Answers
What is abstraction in oop with example?
What is purpose of inheritance?
What are constructors in oop?
What is polymorphism and types?
assume the program must insert 4 elements from the key board and then do the following programs.sequential search(search one of the elements),using insertion sort(sort the element) and using selection sort(sort the element).
What is the real life example of polymorphism?
What is inheritance write a program to show use of inheritance?
What is constructor in oop?
Hi friends I have experience of 6 months in website design and maintanence. Now i am looking for other IT jobs.. to switch platform. please post any interview you know in chennai.
How do you use inheritance in unity?
What is abstraction in oop?
What is inheritance and how many types of inheritance?
Write a java applet that computes and displays the squares of values between 25 and 1 inclusive and displays them in a TextArea box
if i have same function with same number of argument but defined in different files. Now i am adding these two files in a third file and calling this function . which will get called and wht decide the precedence?
What is data binding in oops?