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 21178How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12095What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14297what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18311Post New Tech Mahindra Interview Questions
How can you generate a random number between 1 – 7 with only a die?
what is the diffrence between cash flow & cash fund?
what is normalization? : Sql server database administration
Do I need html for django?
What is late binding?
Explain different types of atomic vectors in R?
Explain content provider component of android?
Is a foo VBX/DLL available as shareware/freeware?
What are the various section in data division and briefly explain them.
What is the extension of ms word?
What is compound trigger?
Explain inheritance in c#?
Is mongodb a firebase?
How can enterprise javabeans be accessed from active server pages?
What is the difference between save and merge in hibernate?