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 21261How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12121What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14325what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18349Post New Tech Mahindra Interview Questions
which is advanced deep technology in java launched by the sun microsystem??? The answer is very logical If u need correct answer mail me at priya_gupta@gmail.com
How to use jsp el to get http method name?
What are the differences between tensorflow and pytorch?
How Passive immunity is classified?
How you can use Akka with Spark?
Explain about local and global page replacements?
How are calculate the Speedometer ratio in the vehicle?
Project managers have the highest level of authority and the most power in which type of organizational structure? A. Projectized B. Strong matrix C. Functional D. Balanced matrix
What are peopletools utilities and what it contains?
Does node.js run on windows? Yes!
How to call a bot inside a bot?
What is data control language (dcl)?
why & what is perchatage we are using fly ash in concrete?
What are the various situations where a copy constructor is invoked?
How to access arraylist elements in java?