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 20858How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
What is delimiter in dbms?
Write a program to swap two numbers without using third variable?
WHY IGBT IS CALLED MINORITY CARRIER DEVICE?
How do you expose a property?
Why do we need dagger 2?
What are the limitations of mysql?
How do you split a list into evenly sized chunks?
What benefits will be realized after implementing sap in any organization?
How to create a cube in Transformer? What is the process? Please mention process thank u
What's relationship between JavaScript and ECMAScript? And What are JavaScript types?
How can you link customer and vendor master records and what is the purpose of doing so?
What are built in functions?
What is meant by jndi and why its needed??
Explain in brief description about the operation of DG sets.
What are collection data types in Hive?