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
Why cats eat their babies?
How do you find the value of a function?
Explain what do you understand by registers, briefly explain the various types of registers.
Explain me what are the main advantages of selenium?
Promoters of housekeeping genes contain variable numbers of GC boxes, but neither TATA nor CCAAT boxes.Inwhat way these properties of housekeeping promoters are helpful?
What is the effect of the internet of things have on healthcare segment?
What are issues in data mining?
> CREATE OR REPLACE FUNCTION FACTORIAL_1(factstr varchar2 ) 2 RETURN NUMBER AS 3 new_str VARCHAR2(4000) := factstr||'*' ; 4 fact number := 1 ; 5 BEGIN 6 7 WHILE new_str IS NOT NULL 8 LOOP 9 fact := fact * TO_NUMBER(SUBSTR(new_str,1,INSTR(new_str,'*')-1)); 10 new_str := substr( new_str,INSTR(new_str,'*')+1); 11 END LOOP; 12 13 RETURN fact; 14 15 END; explanation Above program?
What are the types of insulators?
What is bdc stand for? How many methods of bdc are there?
What is corrective maintenance?
What is difference between Aggregator and Splitter EIP?
What is the function of ctrl b?
Can the messaging bridge forward durable subscription messages between separate weblogic server 6.1 and release 7.0 or later domains? : BEA Weblogic
Explain the various types of canvas in form.