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 21512How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12232What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14465what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18465Post New Tech Mahindra Interview Questions
What steps must be defined in customizing for alternative labeling?
How many characters is 2 bytes?
What can you do if the expression contains more than one line?
If automating - what is your process for determining what to automate and in what order
What is the purpose of main() function?
How to find primary key of a table in db2?
What is excel word?
What Is Adjustment Credit?
can anyone tell me what is Game testing online casino Slot machine any sample test cases or scenarios
How is true positive rate and recall related?
Explain some of commonly used methods provided by iunknown.
Is linux free to use?
What is aggregatebykey spark?
for example You have One Table with 4 Columns (Mgr ID, Department ID, Salary, Employee ID). Can you find out the Average Salary and Number of Employee present per Department and Mgr
How you can retrieve a single row with linq?