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 21131How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
What is difference between transfer rules and update rules?
What is javabeans component?
Explain pipelining? : .NET Architecture
Is windows 10 home 64 bit or 32 bit?
What is a url of an rss feed?
how is final different from finally and finalize in java?
what is unit testing ? on which basis you will write test case ?
What phases does a site lifecycle consist of?
how to access the gps/camera/accelerometor on the simulator? : Blackberry tablet os
What do you mean by authentication?
What is reflexive association?
What is a single page application or spa?
What is the extension of ms word?
Where is process explorer in windows 10?
how do you query in entity model when the result has a join from from different database other than the entity model?