main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 11328main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 23548#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 8447pls 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 5178soc-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 124351.What is difference between symget and & in sas? 2.what is difference between callsymput and %let?
1 15855Post New CitiGroup Interview Questions
Explain what is orm?
Why is javascript dangerous?
Why do we use query?
Explain Data Mining Languages Standardization?
Which server is best for python?
What is a windows markup file?
How can we communicate as realistic a picture as possible of a job and of the organization to prospective employees? What kinds of issues are most crucial to them?
difference between view and index ?
Who made html5?
Explain the differences between rdbms and graph database?
How can the Development and Implementation of the (IoT) be affected by technical Standards?
Name which command can be used to monitor disk performance?
how can I display or set values for network parameters?
What is *kwargs and **kwargs?
What are c++ tokens?