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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
Details about Flux Compensated magnetic Amplifer starter for motors
What is the number of configured currencies per company code?
What are the two ways that animal viruses may penetrate their host cell?
What is the purpose of Business Object and how to check the object attached with the application or not?
How do I install pip on windows?
How can you achieve run time polymorphism in C#?
What is the use of 2a, 2b & 2c form in CST ?
What is the difference between the svg and canvas tag in html5?
Will html_ajax integrate with other javascript ajax libraries such as scriptaculous?
Explain the change in outlook client connection behaviour when compared with exchange 2010?
Write the equation of photosynthesis?
Can constructor be private in c++?
How do you stop ng serve?
What is a link not to follow?
Difference between call by value and call by reference in C#?