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 21131How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18277Post New Tech Mahindra Interview Questions
Which theories of failure are used for ductile materials ?
What is dependency injection?
Why is overriding runtime?
What is a uml package?
What are the different opening and closing tags available in PHP?
What are getter methods and setter methods?
How can you see a silverlight application in full-screen mode?
What do you know about National Income and Per capita Income?
Explain some of the looping structures available in ruby?
How clock signal is generated in 8086? What is the maximum internal clock frequency of 8086?
What is a trigger condition in terms of a web service callout?
What is command line?
What is qtpro?
What made you choose the web over other reporting tools? : sap bobi
What can I safely assume about the initial values of variables which are not explicitly initialized?