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
What is flex layout in angular?
what is promotion and sales promotion
How do I install mysql workbench?
Could you provide functional test cases to test a sap sd system?
How are semaphores used?
What is sequential search? What is the average number of comparisons in a sequential search?
What is @inputs in angular 2?
Tell something about the super block in shell scripting?
What is cache in hibernate?
What is the difference between logical and physical plans?
Can we create a gui status in a program from the object browser?
How you can change a cross join into an inner join?
What is lifo?
Hybris is built over the concepts of extensions. Each extension has its own data model. Any extension can use an item type from other estio extension and extend it as per requirement. Can you give an example?
what are the high level steps to enable field level security?