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 21260How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12121What 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 18349Post New Tech Mahindra Interview Questions
What are the various IPC mechanisms? Why is message passing costlier than semaphore?
what does xslt mean
Is audio tag supported in html 5?
Give few difference between constructor and method?
Can you mix old-style and new-style function syntax?
In which kind of scenarios MapReduce jobs will be more useful than PIG in Hadoop?
What is a graph?
Explain primary key in sql server?
Mention the uses of stored procedures.
Do loops java?
how do I troubleshoot daos related database problems?
Which datastore object is used?
Explain impersonation, and when would you use impersonation?
Explain the format of an apache kafka message?
How many lookup relationship fields can be created in an object?