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 21021How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14201what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18209Post New Tech Mahindra Interview Questions
how to prepare brs statement for company in tally
How to rollback transaction in apache camel dsl?
Is it possible to set second Primary Key Constraint in a table in Oracle Database ?
Explain splicing of arrays?
what is critical test case ? please give an example .
what is factor analysis? : Sas-administrator
Is microsoft access in the cloud?
Explain the difference between the public, private, final, protected, and default modifiers?
How to create custom key and custom value in MapReduce Job?
What are escape characters in javascript?
Create a performance recording to record performance information about the main events you interact with workbook. Users can view the performance metrics in a workbook created by tableau?
I gave interviews for infosys and accenture in my college after which my college said I was selected in infosys. After some days I got a mail from accenture that we have dispatched the offer letter to ur college. I talked to my training officer and he is not ready to give me my letter. So how do i contact them to get my letter online ?
How to invoke ejb from java client?
What does jsp mean?
When to use get and post request?