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 21246How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12116What 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 18342Post New Tech Mahindra Interview Questions
What is computer shortcut keys?
What is Fractional PRI?
What is exception propagation?
How many callouts to external service can be made in a single apex transaction?
What is angular 5?
On what basis does the negotiation about a product takes place?
What will happen to the data while you terminate instances?
In which areas the highest numbers of Streptococcus salivarius are found in the oral cavity ?
Can I use ie with google chrome?
Explain what are the authentication modes in sql server?
What is python keyword?
What is the difference between python and spark?
explain any diffcult scenario that u have faced in your experience... or explain any complex maping u have developed?
How to test your code in Node.js?
Is it easy to learn python?