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
Why do we not use inductance in lag network? Explain in detail.
How long will it take to learn java?
Does Salesforce limit user (customer) data usage?
What is abstraction in oops with example?
Explain about the scalar datatypes in Apache Pig?
What is a 'walkthrough' in Software Testing?
What is the function of a control group in an experiment?
How does one implement SourceSafe integration with FrontPage 2000/ 8?
What is a list c++?
What do the f keys do in excel?
How can I prevent page-break in the message that is to be displayed?
Is there any difference in testing database and data ware housing?
what is mean by traditional accounting ?
Explain the sequences of event block?
do records fall under linear or non linear data structures?