char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / sayali
this code generates the output as,
ahul
but is also generate warning
that
code has no effect..
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What are the features of oop?
Give two or more real cenario of virtual function and vertual object
Can an interface inherit a class?
Why is abstraction used?
What causes polymorphism?
Can you inherit a private class?
Is oop better than procedural?
What is constructor overloading in oop?
What is polymorphism and why is it important?
What are the benefits of polymorphism?
Which is better struts or spring?
What are the three main types of variables?
What is oops with example?
Can destructor be overloaded?
What is solid in oops?