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 21131How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
What is auto status in idms?
What is UDP (User Datagram Protocol)?
Explore about environment variables?
Why is it recommended to close the database connection every time after the work is completed?
What is Pseudo-elements ?
Can we frame our own xml tags?
how much LT load can bear by the 100 KW HT connection.
How can I debug the java code that I have running in weblogic server? : BEA Weblogic
How to improve these parameters? (Cascode topology, use long channel transistors)
Explain what is ad rank?
How do I know which jdbc driver to use?
What is the use of base keyword? Tell me a practical example for base keyword’s usage?
What is vpc peering connection?
What are the features of object-oriented programming in php?
Why socket programming is used?