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 21527How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12238What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14469what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18477Post New Tech Mahindra Interview Questions
How to estimate disk space needed for an export job?
What is flag in java?
What is the difference between access and excel?
What is the use of controller in web dynpro application?
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
When will nginit be called?
You want to update the progress in wbs elements. How would you do that?
Describe horizontal scalability and vertical scalability.
How can an exception be thrown manually by a programmer?
Explain muscle cells lysis ?
State the merit of linked representation of binary trees?
Is there a date data type in Hive?
What are the unit test considerations ?
What are action support, action function and action poller used for?
Explain distnct(),union(),intersection() and substract() transformation in Spark?