main()
{
char *p1="Name";
char *p2;
p2=(char *)malloc(20);
while(*p2++=*p1++);
printf("%s\n",p2);
}
Answer Posted / friend
i think above program ans ramesh
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happens if a header file is included twice?
What are the types of type qualifiers in c?
what type of questions arrive in interview over c programming?
How is = symbol different from == symbol in c programming?
hi, which software companys will take,if d candidate's % is jst 55%?
Why do we use header files in c?
What does static variable mean in c?
What is the value of uninitialized variable in c?
What is a rvalue?
What is your stream meaning?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is keyword with example?
What is c mainly used for?
What are the rules for the identifier?
Explain what are bus errors, memory faults, and core dumps?