main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 11537main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 23930#include
Post New CitiGroup C Interview Questions
If we want to change a contactor of faulty one what are the conditions want to fullfil
What is a code page?
What can you do with powershell?
what is durable subscription?
what is routh,s law in thermal engineering ?
List some newly introduced text related features in css3?
What database block size should I use?
What are the types of collections in java?
How to select all records from the table?
What is java 2 platform, micro edition (j2me)?
How to initiate a session in php?
What are the advantages of using cte?
How to convert json string to object?
Types of vg & explain about them?
A wholesaler sells printer cartridges. The minimum order quantity is 5. There is a 20% discount for orders of 100 or more printer cartridges. You have been asked to prepare test cases using various values for the number of printer cartridges ordered. Which of the following groups contain three test inputs that would be generated using boundary value analysis?