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
How to reuse sapui5 views?
Can static methods be inherited?
How to set up a permission for 3 tier application?
Have you used Pull list or back flushing in REM?
Why do we need delegates?
What are Pega default classes?
what is the principle of UV Vis spectroscopy, AAS, ICP OES,ICPAES, ICP-MS and FTIR
What is the difference between First() and Single() extension methods in LINQ?
What is an ordered list?
What happen when you enable grid option avilable at session level ? (Ans found: Scalabily . A single session Parallelization) But how can one session is sharable among different nodes at the same time while running ?
Do pointers take up memory?
Can ajax be implemented in browsers that do not support the xmlhttprequest object?
What is computer vision?
What does associations, aggregation and composition in a class diagram mean?
Is it okay to change the name of an application after its deployment?