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 is polymorphism explain?
How to use CMutex, CSemaphore in VC++ MFC
What is multilevel inheritance in oop?
Why do we need oop?
write a code for this:trailer recordId contains a value other than 99, then the file must error with the reason ‘Invalid RECORD_ID’(User Defined Exception).
Why is polymorphism important in oop?
Whats is abstraction in oops?
Why is polymorphism used?
What are objects in oop?
to find out the minimum of two integer number of two different classes using friend function
Can bst contain duplicates?
What is polymorphism oop?
Why interface is used?
Why is encapsulation used?
Why is oop better than procedural?