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
Name some of the most common actuarial software used in industry?
Calculate 1*2*3*____*n using recursive function??
GIVE US YOUR FULL DETAIL OF THE FOLLOWING… FULL NAME.. PERMENENT MAILING ADDRESS DIRECT CONTACT NO E MAIL ADDRES.
Can I create a flat file from an IDOC? If Yes , How?
What is transaction server consistency?
Are there any problems that the cpu faces? Have any measures been taken to make it more efficient?
Why are component architectures useful?
Hi, I would like to check if my understanding is correct I have a negative amount for provision of income tax in my balance sheet from my previous financial year.What are the accounting treatments for income tax paid and then refunded to you for the current year? Is this correct? For payment Dr provision of income tax cr bank For tax refund Cr provision of income tax Dr bank Do I need to input anything in income tax expense acct?
How to write date and time literals in oracle?
Explain the Algorithm of Support vector machines in Machine Learning?
What all the major containerization tools in devops ?
Can you explain what is the difference between zend_auth and zend_acl?
What is the difference between row_number and dense_rank?
What are virtual business comp. Refered to in Siebel?
How do you display the no. of records in a picklist (combo box/drop down) not the records in the pickapplet, in just 3 rows and not 5 rows(which is the default)?