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 12116What 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
what are your plans after completing your MBA (or) studies ?
What is a nullreferenceexception?
What is Preliminaries in R?
How do I align text horizontally in word?
How do you open a cluster administrator?
What are the different types of exception?
What is the difference between read work file 1 and read work file once? Why we are using work file once?
How are weights initialized in a network?
Does a soccer ball go faster in the air on a cold or hot day?
What are the list of screen elements?
Which is the best institute in chennai to learn Softyware testing? Please help.
What are points to be considered while using AMDP?
What is context-switching in multi-threading?
Explain the difference between a dialog program and a report?
What is asort php?