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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12119What 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 18346Post New Tech Mahindra Interview Questions
What does srm stand for? List basis steps associated with the configuration of srm ?
Explain the animate function.
What is the default database provided by Apache Hive for metastore?
What is chaining pipe?
How do you link data between excel sheets?
Where can I get good up-to-date information about VB?
Tell me does orbix web services provide locator functionality for web services endpoints?
Describe the impact of several join conditions and join order in a joiner transformation?
What is awk in shell scripting?
How do you handle alert popup?
explain the difference between myisam static and myisam dynamic. : Sql dba
Define a job tracker?
What do you know about primary, secondary and tertiary sector?
Discuss the use of Expression Editor in Talend
Write about the access privileges in c++ and also mention about its default access level?