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 20968How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12006What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14179what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18186Post New Tech Mahindra Interview Questions
What is the use of behavior tab in Ubuntu?
I would like to schedule you as a speaker. What topics do you currently speak about?
Why bjt is known as current controlled device and fet is known as voltage controlled device?
how the efficency of a coupling is calculated?
Syntax for case when statement?
What are diverse clauses that form a part of sql?
How do you collaborate in excel?
What is the requirement of servlet config and servlet context implemented and how are they implemented?
Tell something about surgical strikes?
How to create a normal user in openstack?
How do I delete a row in word using the keyboard?
Define signal sampling?
What are the questions could be in client interview?
What are action errors?
Why do we need structs in c#?