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 18344Post New Tech Mahindra Interview Questions
Who created the two-part naming system used in biology?
Explain locking. List its types.
What is .iml directory?
List some applications of tree-data structure?
What is an executable jar file?
What are the two key components of a hibernate configuration object?
What is PAC Learning?
What are the general steps involved in the data driven framework?
At what temperature is glass fused to steel in the making of glass-lined equipment?
How do you add a semicolon to a list in excel?
What is the xslt? : xslt
Which data structures are applied when dealing with a recursive function?
What is work queue in blue prism?
What is a product cipher?
What is an infinite loop? How infinite loop is declared?