main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); }
4 8590main() { char *ptr = "Ramco Systems"; (*ptr)++; printf("%s\n",ptr); ptr++; printf("%s\n",ptr); } Find the Outputs?
9 17250#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 26589A 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 20054A 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 18244In 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?
13 22154A 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 16407Post New CitiGroup Interview Questions
What is response in laravel?
Can we record using all the modes in a single script? Explanation with example is appreciated
What happens if we don't close the connection in jdbc?
what is mammal?
What needs to be done in order to set android development environment where eclipse ide is to be used?
Should any code be written within testrunner class?
How would you obtain the current time and difference between two times?
Is it possible for a company to show positive cash flows but be in grave trouble?
How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?
Which company is the leading manufacturer of Thin Clients in cloud computing?
Explain the term 'foreign key' related to relational database management system?
What are void methods?
Explain me what is web hosting?
What are the various types of reports in testdirector?
What do chmod command do?