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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
• How can you justify it?
What Is Payday Loan?
How do I insert a horizontal line in word 2007?
What is range in ms excel 2007?
How do I apply a method to a sequence of objects?
what is meant by neutral compensation factor and where it is used
What safety protocols and guidelines do you follow to create a safe working environment for production teams?
Do you know what are different types of replication in sql server?
What are the uses of __filename and __dirname variables in node.js?
Which namespace provide classes for integration with wpf and win32?
what are types of walsh code in cdma.
First computer animated character?
What is quick sort example?
How do you reset excel?
Tell me is there a way to know if my code is running on emulator or device?