main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 27134Post New AMCAT Interview Questions
Explain difference between machine config vs. Web config? : .NET Architecture
What is trusty ubuntu?
What is the difference between jmp and call?
What is syntactic analysis?
Why you have to use Backbone? Advantages?
How to Accessing Session Data in Laravel ?
What is difference between array and string?
What does $.parsejson() do ?
How can you identify the ip class of given a ip address?
List out some integrating type converters.
Explain pay roll period.
What is set nocount on and what is set nocount off?
Mention the scope values for
What is font colour?
In solaris 10 root Disk is 98% full what steps to be taken?