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
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 difference between pop and oop?
what are the ways in which a constructors can be called?
What is the main purpose of inheritance law?
What are oops functions?
What is stream in oop?
Describe these concepts: Polymorphism, Inheritance and Abstraction.
What is overloading and its types?
Write a program to reverse a string using recursive function?
What is difference between multiple inheritance and multilevel inheritance?
What is overriding in oops?
Is react oop?
Why is polymorphism used?
What is a null tree?
write a programe to calculate the simple intrest and compund intrest using by function overlading