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 18477Post New Tech Mahindra Interview Questions
How you can write testcases from requirements and do the requirements represents exact functionality of aut (application under test)?
why single injection in related substance & dissolution but why not in assay ?
What are the various trimmings and decoration? Explain.
Explain users associated with business objects?
How to create a new login name in ms sql server?
Do threads run in parallel?
IF TVM OF TRANSFORMER SHOWS POWER FACTOR ON 33 KV SIDE AS 0.97 LAGGING AND ON 132 KV SIDE IS 0.75 LEADING.IS THIS CORRECT.WHERE IS PROBLEM.
Where is the instant messaging server?
What is difference between diff and patch ?
What is the use of mrp pp evaluations?
Where is the Head Office of Syndicate Bank located?
In Oracle Clinical 4.5.0, can the VIEW_TEMPLATE_ID column in DATA_EXTRACT_VIEWS table contain NULL value?
What are the general Prerequisites to learn HCatalog?
what databases supports goldengate integrated delivery?
Differentiate between an array and an arraylist.