main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 11399main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 23674#include
Post New CitiGroup C Interview Questions
Is empty list java?
Explain the term uddi with its features?
Which organizational element is central in shipping?
You're implementing a medieval strategy game in which pikemen should always walk in front of archers, and catapults should always be behind the archers. Explain how you could implement the movement system to ensure that you keep pikemen in front and catapults in the rear as much as possible. Explain how your answer might be different depending on whether or not the units simply need to end up in that configuration when they reach that destination, or if they need to maintain that formation while moving.
What is does Hits column mean in article manager page?
Please explain can structures be passed to the functions by value?
Tell me about financial transformation with sap simple finance?
What are micropayments ?
Give the topology of current amplifier with current shunt feedback?
Tell me what does the scope of variables means?
what are the interface tables in general ledger ?
What are the link types in Ax?
What is html beginform in mvc?
Explain the default scope of variables in perl?
how can i add properties in dynamic text fields using .js file?