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 21269How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12124What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14336what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18355Post New Tech Mahindra Interview Questions
What is mvcc in postgresql?
We have 110Vac ,10A ac supply which is converted into 110VDC & How much DC current? which factor is reqired for dc current calulation?
Explain the difference between overfitting and underfitting?
Where do we use row-based storage and column-based storage?
How can you count the number of characters and lines in a file?
What is the use ':' as an authorization value?
Is linq faster than sql?
What are the parts of a table?
Do you have to pay for microsoft edge?
What is a cyclic dependency?
Draw the wave shape of armature current in a generator subjected to a sudden three phase short- circuit at its terminals. Define various reactance of generator from this wave shape.
what is a spool file?
What is the java project architecture?
What are bootstrap panels? Explain how to create a bootstrap panel with a heading.
What is the clause we need to add in function body to return variable?