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 21527How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12238What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14471what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18479Post New Tech Mahindra Interview Questions
What language is jsp?
Define mrp list
i have two business components but iwant to make visible applet to only one business component
why all high frequency semiconductors have comparatively low current rating?
What is the it to store educational establishment types? Why do you need them? Do educational certificates and branches of studies come under the same it?
Explain the properties of a relational table?
List some important tools in adobe photoshop?
can you tell me how to write test cases for payments, receipts, inward clearing, outward clearing, A/c statements ?
How to calculate the sag of OPGW during stringing???
What are the archenteron and the blastopore? What are the destinations of the archenteron and of the blastopore?
Differentiate between statistics and ML?
Is c# written in c++?
List the types of recovery model available in sql server?
Name the components of spark ecosystem.
Can we add an identity column to decimal datatype?