Code
span style="color: #ff0000;">"Your Name""%s", obj->pName);
}
Copyright GeekInterview.com
a. Your Name
b. compile error
c. Name
d. Runtime error
Code
span style="color: #ff0000;">"Your Name");
strcpy(obj->pAddress, "Your Address""%s""%s", obj->pAddress);
}
Copyright GeekInterview.com
a. Your Name, Your Address
b. Your Address, Your Address
c. Your Name Your Name
d. None of the above
Output of these programs.
a. Your Name
b. compile error
c. Name
d. Runtime error
a. Your Name, Your Address
b. Your Address, Your Address
c. Your Name Your Name
d. None of the above
Profile Answers by hardeep85 Questions by hardeep85
Questions by hardeep85
Related Answered Questions
Related Open Questions