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 21520How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12234What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14466what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18475Post New Tech Mahindra Interview Questions
What is a custom field in wordpress?
Explain what is a positron?
Tell about TDR/ STDR?
How to tell if a form has been created (or any object)?
How do you find out What is your shell?
What is the gauss`s law?
How do I consolidate text in excel?
What is dependency injection in laravel?
How do you connect your project to a source control system like svn and tfs in uipath?
Which is nearest star visible to naked eye?
Does https prevent csrf?
Define and explain android framework.
Is list thread safe in java?
How can a number of watchers and digest cycle time affect the performance of the application?
What are the important differences between c++ and java?