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
How do I split a word table into two?
what is controller in ember.js ?
For example for formation of a new company/offshore company you need to show paid up capital of 100K but you don't have 100K you as a director borrow loan of 100K from 3rd party and deposit in the bank as paid up capital and issued shares of 100K in director name. After one week you return back 3rd part loan. What are the entries in the books?
Are the grain boundaries a continuation of regular lattice structure from one grain to another? Explain.
What are the problems faced by memory leaks?
A get next item action should almost invariably be followed by which stage?
How do you construct an increment statement or decrement statement in C?
What are the design patterns in php?
Comment on the scope of variables in perl.
What is targetnamespace?
what do you know about sherwin williams?
Can we replace the struct function in tree syntax with a union?
What does make clean command do?
Explain candidate key, alternate key, and composite key?
Describe Recovery from Deadlock?