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 18619How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 10996What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 12940what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 17187Post New Tech Mahindra Interview Questions
Explain the different ways to host wcf service?
What is css3 flexbox?
What are the sizes and ranges of the basic c++ data types?
What is a functional area in sap ?
What is meant by pooling?
What is ps-poll?
Define the process of error-handling in case of constructor failure?
What does eu do?
What are virtual business comp. Refered to in Siebel?
How do I show all mysql databases?
What is a sequence table in postgresql?
8. Oop-Why and were we use Interfacse and Abstract class.
Define die threading and tapping.
what is the value of TEI ist T1?
Can we use singleton functionality without making a singleton class in Python?