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 21127How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12071What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14259what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18274Post New Tech Mahindra Interview Questions
What does a crm do?
How do I know which jdbc driver to use?
What are microsoft products?
Your team is split between two buildings on either side of town. As a result, the team isn't very cohesive because the members don't know each other very well. The team is still in the storming stage because of the separation issues. Which of the following should you consider? A. Corrective action B. Collocation C. Training D. Conflict resolution
What is sqlcommand in c#?
What kind of documents are supported in wpf?
What is iisreset command?
Is wordpress secure for ecommerce?
3. What goals do you have in your career?
How do I copy and paste conditional formatting?
What is a sub theme in literature?
Explain about Inodes?
What is the advantage of afd?
What is seam finish?
Imagine you have to write a Tic-Tac-Toe game in which a human player plays against the computer. Discuss the different ways in which you could implement the computer’s artificial intelligence for the game. Which method would you ultimately choose? And why?