main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 11650main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 24167#include
What are the prototypes are used during the integration testing ?Explain the stub and the driver in details?Are the stub and the driver both are used in top-down and the bottom-up approaches ?
4 8758pls tell me how to convert string to date format. my problem is in excel i have given date ,after used in the ddt_val function ,it is not converted pls tell me how to convert string to date format urgent
1 5340soc-7 is a bad data,invalid data. when ever we are moving the alphabets in the position of numeric then we got this abend. so my question is if o1 ws-data pic 9(1) value passing the alphabet some x. then we got soc-7 or not? i want clarification ?
7 129121.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
1 16073Post New CitiGroup Interview Questions
How vfd saving power.
Describe laravel service provider?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
Which time complexity is best?
What does question mark mean in c#?
How do I make a static page in wordpress?
what is a portable component?
Explain the difference between a Thread and a Process.
tell us about yourself and your family.
Define linear probing?
Can we assign integer value to char in c?
How many strategies are there? Explain them incomplete? : sap bobi
What does while true do in python?
Explain currency filter?
List down the differences between public, static and void keywords?