main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26916The whole thing moves/ (B) around the concept of building a small dynamic/(C) organisation into a larger one./(D) No error.
3 28020Post New AMCAT Interview Questions
What are synchronized blocks in java?
What is the use of tcp/ip?
Can you do ecommerce on wordpress?
Explain the difference between the web config and machine config.
What is a JDBC 2.0 DataSource?
When was the atomic energy regulatory board ( aerb ) constituted?
What does truncate table do?
Explain what is the use of Ctools in Drupal?
What is LazyOutputFormat in MapReduce?
Does javascript support automatic type conversion?
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
Is array empty php?
What do you mean by buffer load? How is it significant?
How do I change the shape of a table in word?
Write a program in āCā language that will perform the following operation on static stack. 1. push 2. pop 3. Display 4. Exit Create separate functions for each operation. The push() should accept one argument of structure type and will not return any thing. The pop() function will not receive any argument & return structure type value. The stack & top must be declare as external variable. Each element of stack will contain the following information Roll No, Std Name, Course. Use do-while loop & switch case for generating the above menu. The format of the output should is given below: S.No. Roll No. Student Name Course 1 cse01 Anil Singh B.Tech