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 21261How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12121What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14325what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18349Post New Tech Mahindra Interview Questions
How can we upload a text file having delimiters in to legacy system?
How To Evaluate Information To Determine Compliance With Standards?
Why not phenix, the zelinka/otwinoski libraries, etc?
Tell us the result when you invoke a particular method on a nil pointer?
What is difference between views and tables?
what is Exposure ?
How to enter element content?
What is the purpose of auto dialer? : insurance cold calling
What is a mixed selector in css?
How can you display the top five and last five sales in the same view?
What is the difference between VIEW and a TABLE?
What is the syntax for dictionary comprehension in python?
Can I have two or more actions in the same form?
Does webpack remove unused imports?
Can we have multiple threads in one app domain?