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
Give the cell cycle analysis of transiently transfected cells ?
How do I choose a color combination?
Why do we use jumbotron in bootstrap?
What is a listener in android?
What is difference between odbc and jdbc?
What is framework and what are the frameworks available in rc?
Why is python good for beginners?
How to use glyphicons?
In TNC switch, is there any 1NO+1NC block ? and if we move over closing position, is ther any affect on trip position or vice versa?
What tasks can be performed at the attendee level in the dynamic attendance menu?
What are the different types of base tables?
CORE stands for?
what is complex type?
Is array an object in java?
What is Resilient Distributed Dataset (RDD) in Apache Spark? How does it make spark operator rich?