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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
How do you handle setbacks in AI research and development?
What do sm59 t-code stand for?
Java.util.regex consists of which classes?
What is the technical flow associated with P2P or Procure to Pay cycle like the tables, APIs, concurrent programs involved in this cycle. Only technical please.
What are system integrators in Cloud Computing?
What is the use of join command?
What is zend helpers?
Explain about the Propionibacterium acnes ?
what are the advantages and disadvantages of speed control of 3 phase induction motor by varying frequency explain with drawing
Why java is call by value?
What are the modes used in vi editor?
What is struts-default package and what are it’s benefits?
HOW TO WRITE A QUENTION ANSWER? I MEAN SHORT OR LENGHTHY ? OR FROM THE BOOK AS BOOK..... SOME TIME WE GIVE A ANS FROM THE BOOK AS LIKE BOOK ND WE GET MINIMUM 60% MARKS OR MORE THEN....... THEN HOW TO FILL THE Q-PAPER?
Explain the process of gc?
How does for loop and while loop differ in python and when do you choose to use them?