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 21133How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
List out the features of the business blueprint?
how is exception handling handled in mysql? : Sql dba
Explain the fundamental difference between xpath and css selector.
What is a container class? What are the types of container classes in c++?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the meaning of lock escalation and why/how to stop this? : sql server database administration
What is Yield?
What is retention annotation?
How we improve our pricing procedure?
What is WP11 Implicit Termination?
Which syntax is used to comment jsp?
Can we have this () and super () together?
What is matcher in java?
How do I know if mysql is installed on windows?
What is the smtp protocol?