main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 27140if 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 27729Post New Zycus Infotech C Interview Questions
How we can scale Reshift database?
What is the utility of using Writable Comparable Custom Class in Map Reduce code?
Name the parameters which can be used to limit the number of records written to a sysout dataset?
Define Preference Shares?
Define what is the difference between the wp_title and the_title tags?
What is cache coherence?
What is the order of arraylist in java?
Explain the exchange 2003 forestprep?
Define hybrid parameter?
What are the differences between windows 7 and windows 10?
describe slide agglutination test fpr widal
What do you mean by tiles in struts?
What is difference between discretionary access control and mandatory access control?
Explain private blockchains?
explain the difference between bool, tinyint and bit. : Sql dba