main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26856if array a conatins 'n' elements and array b conatins 'n-1' elements.array b has all element which are present in array a but one element is missing in array b. find that element.
18 27191Post New Zycus Infotech C Interview Questions
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Explain the advantage of collapsing white space?
How many kinds of operators do we have in python? Explain arithmetic operators?
Can anybody tell what is tool used to generate the list of PROCS used in JCL to generate a PROCTREE
What is ctrl f8?
What do you know about adsense?
what are the reseach done by itc brfore launching e-copal
What will be the responsibility of the spacecraft operations?
What are the advantages of cookies?
How many parties are required in promissory notes?
What are the ratings of VCB, MCB, MCCB, SF6, ACB, and OCB?
what are the various flags used in 8085?
What is conditional probability?
What is garbage collection and what is it used for?
What are the differences between string, stringbuffer and stringbuilder?