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 20865How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
How many ways we can deploy the webpart ?
What are the internal tables and work area?
Does windows 10 have outlook mail?
Explain shallow copy?
How many root keys are in the registry?
Explain what does the unset() function means?
Where is the UNICEF headquarters located?
if i want to change the functionality of a item in report during runtime how like what do u write in when_button_pressed
Where is session cookies stored?
What are the control transfer statements used in swift?
List the modules required for building a social networking website in drupal.
What is homogeneous array?
How do I set up outlook on my pc?
What is display mode in mvc?
What are the popular programming languages supported by selenium webdriver to write test cases?