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 21546How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12241What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14478what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18485Post New Tech Mahindra Interview Questions
What is sap hana vora? : hana vora
How to Throw some light on the splay trees?
What did you buy via online shopping last time?
How unix is used?
Is using bluestacks illegal?
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?
What is the difference between ADO and ADO.Net?
Does facebook use wordpress?
How can we have to see the all hosts that are available in the ambari?
What is sql performance tuning?
How do you get the current working directory using python?
What is jdbc in dbms?
How many columns are in access?
What is the object in salesforce?
what is random module will do in python and what are the functions we can apply on random module