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 21301How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12135What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14357what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18371Post New Tech Mahindra Interview Questions
What is oops in simple words?
What is multi tasking, multi programming and multi threading?
Which agent enables the deliberation about the computational entities and actions? a) Hybrid b) Reflective c) Relational d) None of the mentioned
How do you invoke a base member function from a derived class in which you have not overridden that function?
Give an example of the -i and 0s option usage.
what is the command to see the error log?
What are some methods you can use to send data from one VB executable to another one?
How do you create a reference in word?
What are the best monitoring tools for the sybase database?
What is webapplicationinitializer in spring?
What are the different bean scopes in spring?
What is slug in angular?
Managed servers are running. What happens if admin server down?
What is LIME, and how does it aid in model interpretability?
How can you tell how many lines a file has?