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 20857How 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
Can you edit an exe file?
What are the different access levels we have in CRM?
What are indexes in oracle?
Where are payment terms for vendor master maintained?
Explain the different types of errors in php.
Explain about trigger frame?
what is the difference fsg report and d2k report?
How to decide which to use .net remoting or asp.net web services?
Explain linked list in short.
What are Keyword and Data driven frameworks in Selenium RC
What are the types of rdbms?
Provide system requirements for installation of laravel framework?
How will you get the different language strings?
What is server example?
How to create a Sparse vector from a dense vector?