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 21015How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14199what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18207Post New Tech Mahindra Interview Questions
Can we use pl sql in sql server?
What are you expecting from ATT in the future?
send me last two yeear question
Explain amazon kinesis firehose?
Who created perl?
Is django better than node?
What are the important features of windows?
What are the similarities between java and flex? : adobe flex action script
What are the spring modules?
What are the four types of scala identifiers ?
What do you know about controlled and uncontrolled components?
What does this mean: *args, **kwargs?
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
Tell us something about yourself, discuss 5 characteristics
Question on Copy constructor.