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 21296How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12133What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14348what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18368Post New Tech Mahindra Interview Questions
Can we use angularjs with python?
What is object and example?
How do I delete a dll file?
What is the lockout relay
Describe several different types of spores that can be produced by asexual reproduction in fungi?
What is the use of a symbolic link in linux?
Explain quicktest professional (qtp) testing process?
Define ply yarns?
Can you make a pivot table from multiple tabs?
Tell me what is embedded system in a computer system?
What is the difference between data mining and machine learning?
What are bounce rates?
Which of the following is true regarding the scope statement? A. It describes how to make changes to project scope. B. It describes project deliverables and serves as a baseline for future project decisions. C. It assesses the stability of the project scope and is a baseline for future project decisions. D. It assesses the reliability of the project scope and describes the frequency of changes and their impacts.
Can you change the tab size in excel?
Define recursion in c.