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 21502How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12229What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14456what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18462Post New Tech Mahindra Interview Questions
Which is used as storage location in the alu and the control section of a computer?
what is the procedure for auto tune in masoneialn 12300 series displacer type transmitter?
What is nested function in excel?
What is the significance of geo fields on an object?
What’s the difference between session.save() and session.saveorupdate() methods in hibernate?
Which os do hackers use?
Who designed active record in rails?
What is the significance of c program algorithms?
Using code explain Configuration Management
Explain sap abap 3-tier architecture?
What are mac addresses?
Is machine learning a good career?
How can you relate the goals you have for yourself to the goals of Videocon?
Which command would you use to create a file system on a new hard drive?
How to walk through a list in a sorted order without sorting the actual list?