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 21247How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12116What 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 18342Post New Tech Mahindra Interview Questions
What is the size of array float a(10)?
What are the feature of reactjs?
Define negative frequency?
Give some examples of dapps?
What are the 4 types of communication?
How do I download android os?
Hi.. Me going to tke test for management trainee(technical) Post I am an E&C student . Can u guide how to prepare for this test.Can u send me test paper pattern..?
what is predefined function in java?
What is difference between static class and normal class?
Explain about validation?
Do you know what is topping?
What are the differences between lov and list item?
Mytree appears just fine but why ca not I access the node attributes? : adobe flex action script
For which nematode problem would you suggest use of a genetically resistant cultivar and why?
How many types of constructors are there in c#?