main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 10937main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 22731#include
Post New CitiGroup C Interview Questions
What is call in and call out? : salesforce integration
How to convert nsarray to nsmutablearray in swift?
do you know what is address in wcf and how many types of transport schemas are there in wcf? : Wcf data services
What is the importance of the GNU project?
What is the profit for product ‘xyz’ for country usa?
How to disable the parent window while a popup is active wpf?
Give an example when you had a clash with your peer. What did you do in that situation?
Why do we learn c++?
What is unit level testing?
How do you speed up windows?
Can we overload the constructors?
Which is better mysql or postgresql?
What is echo command in windows?
How is hashset maintained in memory by java ?
What are the types of batch file with the help of which we can start and stop apache tomcat server?