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 20858How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
How to send an email in python language?
Is array immutable?
What is the latest linux kernel?
I am new to Rational tools,how to test an application i.e what are the things i should do before starting testing the application
Mention the materials used for making care labels.
How can I transfer sapscript from one client to another?
How to deploy/publish webservices?How many ways?Plz explain me
What are the recommend parameters to improve the prformance from data-source point of view.
Explain the purpose of riser?
Explain me what is child theme? Why we used it?
What are the session variables?
What is the role of the media objects in bootstrap?
Specify some uses of HBase?
How do I install iis admin?
What is the difference between NOROW and LOCKROW?