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 20859How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
Use the object cloning command to recognized objects in automation anywhere?
What is a file in r?
What is a style sheet in editing?
How whitening toothpastes work?
What are the components of JMS?
How can you link a c++ program to c functions?
Explain Communication Between Parent and Child Processes?
In Which Transformation We Can Use Having Clause In Informatica?
Can a class extends itself in java?
What kinds of problems can you hit with lockless model?
What is object relationship overview?
Pls explain me about tension and compression in a flat slab
What is the use of WML in WMLScript?
What are interfaces in php?
Can an interface have a constructor?