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 12114What 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
Please provide controllers naming convention in cakephp?
What is codeigniter and how it works?
How To Observe, Receive And Otherwise Obtain Information From All Relevant Sources?
Which linux shell is best?
How to hit application without hitting the web server?
How will you avoid sql injection?
what are the membranes does a water molecule pass between the soil and a vacuole in a mesophyll cell?
What is tunable consistency in Cassandra?
What is EJB server?
What happens if null values are involved in comparison operations?
What is the default drupal content item known as?
How the values are ordered in an array?
How angular protects us from xss attacks?
How can you start weblogic on microsoft windows?
Which sorting does collections sort use?