char* ptr = "Rahul";
*ptr++;
printf("%s",ptr);
What will be the output
Answer Posted / sudeep dutta
Rahul loses his name and becomes ahul.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is balance factor?
What is ambiguity in inheritance?
write a program using c++ to implement single contiguous memory mangement techniques.display the content of the main memory after yhe allocation of jobs and percentage of the wastage of the main memory
What is coupling in oop?
Can we override main method?
What is solid in oops?
What are the features of oop?
What is polymorphism and example?
Why do pointers exist?
What is polymorphism oop?
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 debug class?what is trace class? What differences are between them? With examples.
what type of question are asked in thoughtworks pair programming round ?
Can you inherit a private class?
What does <> mean pseudocode?