main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26856The whole thing moves/ (B) around the concept of building a small dynamic/(C) organisation into a larger one./(D) No error.
3 28004Post New AMCAT Interview Questions
Can we override the overloaded method?
What is conversational state?
What is the composition of ferroin?
What is hotspot?
How do I get to my home directory in windows?
What is dml statement?
How can you categorizes Azure services?
Your qualities as a professional?
What is oops c?
What is the difference between normal view and outline view?
Name three primary attributes of object-oriented design. Describe what they mean and why they're important.
What is the service name for iis?
How to use objective c file in swift?
What is mvc routing?
How can javascript be debugged?