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 21035How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12033What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14207what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18213Post New Tech Mahindra Interview Questions
How should requirements on middleware performance be characterized?
What is line item display? : fi- general ledger accounting
Does spark need hadoop?
How do you update a table in sql?
How often should you do disk cleanup?
Define Actions.
What is incremental load?
How do you plan to achieve these goals?
What is greenplum db?
What is advanced benefits module in Oracle HRMS?
Is objective c and c the same?
Define strong name in c#?
What are all the Common SQL Function?
How Does The 2016 Stress Test Compare To Stress Tests In Other Jurisdictions?
Can an ejb send asynchronous notifications to its clients?