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 21022How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14202what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18210Post New Tech Mahindra Interview Questions
What is the default value of an integer data type in sql server 2005?
What is the Managed meta data Service?
What is function points??????
what are the efficient way or solutions to avoid ABEND=S04C.
Explain sneakernet?
How to deploy Jar, War files in J2EE?
What was your most rewarding accomplishment of your career and why
What makes a product cipher secure?
What is maximum recommend pipe velocity for dry and wet gases?
Tell me what is the difference between tcp and udp?
What is control structure testing?
What is an example of a scatter plot?
how will you implement SQL in Spark?
What causes registry errors?
Can we define private and protected modifiers for variables in interfaces?