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 21182How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12097What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14299what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18313Post New Tech Mahindra Interview Questions
Explain the difference between alpha testing and beta testing.
What is the general entry for charge on bank overdraft
Explain the relation between ajax and dojo?
How to Create a folder using pmrep command?
What is structure packing in c?
Mention what is SAS data set?
How to tell firebird to only accept conections from xyz host or network?
How do you select multiple objects during merging the files?
I'm getting the following runtime error in IDES "DYNPRO_MSG_IN_HELP". GUI is 720 final release and patch level:0
What is asynchronous update?
Is there some bulk load or other way to import a lot of data fast?
Tell me in balance sheet, where do you show tds?
Define a commodity hardware? Does commodity hardware include ram?
In what ways that Scala is healthier than different programming language?
How to parse json using node.js?