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 21182How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12097What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
What are the custom fields in wordpress?
What are the disadvantages of asp.net?
Is string null or empty?
What is the meaning of MDM with reference to Talend?
How do I set up iis?
What is fixed in c++?
What is a semaphore c?
How to compress images in powerpoint?
What is the difference between a bar-chart and a histogram?
Explain what are real-time embedded systems?
What is cocoa and cocoa touch?
How do I expire a php session after 30 minutes?
What deals that have been announced publicly are we currently involved in?
Is c still relevant?
What do I do on the server to interact with an ajax client?