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 21507How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12230What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14460what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18463Post New Tech Mahindra Interview Questions
What type of organization experiences the least amount of stress during project closeout? A. Projectized B. Functional C. Weak matrix D. Strong matrix
Write a syntax and purpose of switch statement.
Define oxidation potential and reduction potential? : Electrochemistry Corrosion
What is the syntax for exponentiation and give example?
Why is the formation of a Synthetic key considered bad in QlikView?
What is a memory leak in C++?
How accrual calculation can be performed in the system? : cost center accounting
How to create Sharepoint solutions ? what is .cab file?
What are the different methods to turn on the thyristor?
Why is security and governance critical when managing LLM applications?
What is the difference between load() and get()?
How can users insert an online picture in word documents in ms word?
What is the purpose of node.js module.exports?
How does this impact a business-end user?
What is the scope of stateful bean in spring?