main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 10135main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 20974#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 30523A 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
10 26105A 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 22670In 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 28583A 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 19538Post New CitiGroup Interview Questions
What is the loss of power of transformer 220kv/33kv,63/80mva of % imp12.05 at 80%load
Can we create session in javascript?
How does a registry work?
Difference between Share Vs Assign?
Benefits of Stored Procedures?
In a vehicle, which is going straight ahead at N rpm, if the left wheel rotates forward at n rpm, then the resultant speed of the right wheel will be a) N+n b) N-n c) N/n d) Nn
Can a function argument have default value?
How to install angular 4? Explain
Give some advantages of artificial intelligence?
describe types of customers you often contact at work
How will you classify sliding contact?
Explain the resident set and working set of a process?
When I try to upload my site, all my images are x s. How do I get them to load correctly?
Which is best book for data structures?
What does int [] mean in java?