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 21520How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12236What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14466what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18475Post New Tech Mahindra Interview Questions
Is node js synchronous or asynchronous?
How can you define departmental accounting?
What is the difference between == and === operator in PHP?
What is the difference between dcs & plc & scada?
What are the designing parameters used in WMLScripts?
I have interview in Accenture,already anyone attend the interview, kindly gave some information about accounts interview & also about the company.
google maps - show in map / show route in customer or vendor card?
What office technology can be used to build sharepoint 2013 workflows?
Write a program using while loop in php?
Explain how can one quickly estimate the additional pressure drop to be introduced with more tube passes?
How do you deal with the question you don’t know the answer that customer asked?
How do you apply specific formatting to the data inside the cells?
What is a transaction and why is it important?
In jquery, what is the meaning of toggle?
Can a class with private constructor be extended?