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 21182How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12097What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
Explain the common execution states for a swift ios app (ios application lifecycle).
What is difference between rootscope and scope in angular 2?
Are you familiar with the phases of robotic process automation lifecycle that are important?
What are style sheets?
Why pointers are not used in java?
Is it possible to run host command from SAP environment? How do you run?
What is replica set in mongodb? Explain
How does inputsplit in mapreduce determines the record boundaries correctly?
Name three ways of posting acquisition cost to a fixed asset master?
What is the use of an iframe tag?
What do you mean by wsp?
Why was reload removed from struts (since 1.1)?
What is the use of ir2idl [options] filename?
neutral earth resistance testing is it possible for transformer while in load condition
What is Story point Estimation ? Can any one give just an introduction about this ? Advance Thanks