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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12119What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
What does params interceptor?
how to export or import the jobs in .ISX file
Please share different type of Z report
What do you know about the rattle package in r?
How can we call methods in remoting asynchronously?
How many types of data classes are there in sap?
What is child selector in css?
What is difference between promise and callback?
What is star sechma ?
What is setstring method in java?
What are the different rfc authorization objects in sap fiori?
can anybody mail me the FAQS for hyperion essbase amd planning
What is Server in SAP terminology?
How to execute a query in qmf at a particular time?
Do you know what is the use of rand() in php?