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 21253How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What 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 && mean in bash?
How to multiple AJAX requests be run simultaneously in jQuery?
How lotus notes is configured?
How create measures and dimensions?
Can you pay monthly on wordpress?
What is the difference between == and === operator in PHP?
Lt motor sfu flashing reasons?
Explain the use of top command in splunk?
How can you execute php script from the command line?
What are the different types of reports you can create?
What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?
How do I update php?
What are rss feeds and how do I use them?
meaning of security data pointers
What is difference between $interval and window. setInterval in AngularJS?