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 20867How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11963What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14129what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18127Post New Tech Mahindra Interview Questions
State kirchoff voltage law?
Explain pass by value and pass by reference.
Is Python good for backend?
"how can we find the approximate quantity of materials using in a building or total Expenditure in percentage for rough estimate after known the construction area(sqm)".please if you know something about that please post the answer.
Is there a way of specifying which block or loop to break out of when working with nested loops?
when All datafiles related to a Tablespace are removed ?
What is routing in javascript?
How to use cookies in laravel?
What the different components in replication and what is their use?
Is c high or low level?
Why do you want to join Amdocs?
Is php session id unique?
Differentiate nested loop, hash join and merge join.
write test cases on wall
Can I avoid using the garbage collected heap?