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 21527How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12238What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14469what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18476Post New Tech Mahindra Interview Questions
What are unix options?
What do you mean by table control???Where will we use this?
What Is A Multicast Delegate?
Describe and explain about values in the Microsoft Windows operating system?
cics command level is?
Explain how to perform load-testing?
How to achieve data abstraction?
How do you distribute rows evenly?
How is clustered database important in oracle rac architecture?
What are the ways to avoid resourceexceptions when sending requests for databaseconnections?
What are sap ale converters? What are the minimum requirements for them?
How can you list all the columns in a database?
Situation - an employee goes over the limit of leave quota. How would you make sure that leave accrual in future is reflected correctly?
What is the difference between collection and collections?
How many times ngoninit is called?