main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26629if 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 26631Post New Zycus Infotech C Interview Questions
A banker has a seif with a cipher. Not to forget the cipher, he wants to write it coded as following: each digit to be replaced with the difference of 9 with the current digit. The banker chose a cipher. Decipher it knowing the cipher starts with a digit different than 9. I need to write a program that takes the cipher from the keyboard and prints the new cipher. I thought of the following: Take the input from the keyboard and put it into a string or an array. Go through the object with a for and for each digit other than the first, substract it from 9 and add it to another variable. Print the new variable. Theoretically I thought of it but I don't know much C. Could you give me any kind of hint, whether I am on the right track or not?
What is working capital and how is it calculated?
State the difference between Real DOM and Virtual DOM?
How to parse xml?
What options are available to deploy my .net applications?
what is difference between drill & scope of analysis?
How camel handles multiple parameter binding in bean method?
Detail about the architecture of the web sphere?
What is the benefit of foreign key?
Write about the access privileges in c++ and also mention about its default access level?
how to calculate and submit to the concerned authority of pf,esi,pt. explaine?
How do I run joomla locally?
How many interrupts are there in 8085?
How do I do a factory reset with windows 10?
How to parse json? Explain