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 24152#include
In a journey of 15 miles two third distance was travelled with 40 mph and remaining with 60 mph.How muvh time the journey takes
4 32844A man walks from 9.15 to 5.15 from monday to friday and 9.00 to 12.00 on saturday.Each day 0.45 min lunch. How much time he walks in a week
11 30677A started at 9.00 am with 6 mph and B started at 9.30 am with 8mph in the same direction. At what time they will meet?
6 25030In a company 3/5 of people know shorthand 1/4th know typing and 1/5 know both. What fraction of people do not know both?
14 32872A company requires 11,500 strength.present employees are 200 women , men and 6500 unmarried To reach the target how many women required to maintain the same ratio?
5 21690Post New CitiGroup Interview Questions
What is a rollup component? Explain about it.
Differences between Array and Booth Multipliers?
Explain me what is testng and why is it better than junit?
Explain the drawback of wep?
Why razor is used in mvc?
What is meant by shell and tube heat exchanger?
What are the two most common ways to start and finish a php block of code?
Hi Guys, I am very new to QTP tool , In real time environment how to test the application with this tool, 1. How to load application in QTP tool 2. How to write test script in QTP. 3. In manual testing we test login box (user id , password) how can we test this kind of testing with QTP tool with examples . Please guys put some focus on my questions , real time ecperienced answers would be appreciate, advance thanks ,please guys i am expecting ur answers as soon as posible
What is a data source (ds)?
What is the general nomenclature of writing css?
What are barriers?
What is the difference between single-quoted and double-quoted strings in php?
Can you define temporary storage?
How do you code a link?
Why is spring boot so popular? : Spring Boot