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 21253How 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
Incase of a function declaration, what is extern means?
self supporting course and sandwich course are same
what is zinc diffusion?
The mammals that lives at the greatest altitude is?
So is xaml meant only for wpf?
What are the various types of validation controls provided by asp.net?
Mention the differences between unique key and primary key
What is the role of session interface in hibernate?
What is the difference between angularjs and node.js?
What is the use of getch ()?
Explain the basic url structure in codeigniter?
Explain how you can configure an orbix domain to use the dns network alias hostname in iors for orbix services?
Can math operations be performed on a void pointer?
What are the errors you got while applying support pack?
Explain difference between control flow and data flow?