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 21301How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12135What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14355what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18370Post New Tech Mahindra Interview Questions
Can you override important in css?
How do I access the password file under vms?
What is error code 0xc0000005?
What's the difference between scripting and coding?
How do you reverse a word in java?
Can you concatenate a range in excel?
How to check a trigger is fired or not, while doing database testing?
Who can submit applications through the blackberry app world vendor portal?
give me the rate analysis for Bituminous Macadam and SDBC
How a/b testing is performed for an ios app?
Can I still use windows 95?
What are the types of data contol?
What is name of first file the loaded when yii 2.0 framework starts?
Explain resource in android?
What are derived properties in hibernate?