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 21021How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14201what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18209Post New Tech Mahindra Interview Questions
What is auto in css?
What is normalization? Explain different forms of normalization?
I am not able to login to the client machine from automation anywhere. What are the key steps I can try to resolve this?
A member of the scrum team does not want to participate in the sprint planning meetings and considers meeting as a waste of time. How do you deal with that kind of attitude?
Why struts 1 classes are not thread safe whereas struts 2 classes are thread safe?
What is the process performed in runtime workbench?
What is java used for in technology?
Explain the difference between isolation transformers and step up or step down transformer?
How do I start page numbers after table of contents?
How do you implement push with flex data services? : adobe flex action script
What is the principle of mechanical refrigeration ?
Explain about the analyze command in oracle?
What is link function in angularjs directive?
Test report?
how to write the test cases for mark as read/unread mails for gmail inbox?and what are the testings we will do?