f(char *p) { p=(char *)malloc(sizeof(6)); strcpy(p,"HELLO"); } main() { char *p="BYE"; f(p) printf("%s",p); } what is the output?
9 20968How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12006What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14178what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18186Post New Tech Mahindra Interview Questions
What is the Surge suppresor? Why using in a UDB's and How it works?
What other peoplecode event might you expect to find with rowinit?
What are the evidences one should hold for the claims they get on the ads they put up?
What do you understand by lot inspection?
What are the main differences between the engines in jet fighters and the engines in jet airliners; which type of engine is the more efficient, and (qualitatively) why?
What are the different column comparison operators in mysql?
Tell us something about your family.
we have received TDS Certificate (Form No 16A) from one company, we have checked online credited but they not credited to us (online credit)..how can i refund that amount. pls send us letter format
How do I fix winword exe error?
How can we subscribe to an event in lightning component?
What is a combiner in hadoop?
pharmacovigilance opportunities in Hyderabad
What is Custom attribute? How to create? If I'm having custom attribute in an assembly, how to say that name in the code?
Why script error occur in between recording in qtp?
How to implement an object pool in c#.net.