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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12119What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
Is it possible in React to call the Child method from Parent?
What are different implementations of JSF API?
What are the differences between macro and subroutine?
What do you mean by make() method?
How do you draw a grid?
what is the main parts of transformer? how it is functioning? pls giv the ans briefly.
Which configuration files are used in struts?
Differentiate nil, null, none, and nothing in scala.
What is collation sensitivity?
How do you ipconfig all?
What does microsoft blend do?
What is a Case Queue?
What is the best way to sell a product? : insurance cold calling
How would you identify the shared_pool_size parameter that needs to be adjusted?
Why is hashmap used?