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 20859How 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 program data vector (pdv)?
Is swift a good language to learn?
what is the difference between a crm lead and an opportunity?
Name the sql joins that are available in informix.
Define the customer taxes in ovk3, you will maintain the tax code in customer master.
Which is hot key?
How to load excel data sheet to oracle database
Describe the typical workflow of a production engineer from product design to final manufacturing.
What is bts? What are its different configurations and what is the power consumption/peak current for each of these types of bts?
You want to insert a new item in a binary search tree. How would you do it?
How do I start a replica set in mongodb?
how can you communicate with operating system files from oracle?
What are techniques used for data mining?
What is the precedence of stage variables,derivations, and constraints?
What are internal tables? How do you get the number of lines in an internal table?