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 20847How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11960What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14126what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18120Post New Tech Mahindra Interview Questions
What are basics of policy management?
How can you maintain session in mvc?
How do I check whether a file exists without exceptions?
Define operators used in perl?
What is state? What is the difference between states and viewstack in flex? : adobe flex action script
How to Disable close button of a window ?
What are the different studies present in political science?
Who is the Governor of Reserve bank of India (RBI)?
What is switch in c?
What’s wake locks?
What are electric motors?
How i/o devices are classified for embedded system?
How do I permanently turn off windows defender?
Why would you use a service over a factory?
What is the command to create a new project based on an archetype?