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 21527How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12238What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14469what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18476Post New Tech Mahindra Interview Questions
What is tool bar in ms word?
Define about show-html method?
Can multiple elements have the same id?
Which is better angular material or bootstrap?
What are the complicated steps in Flume configurations?
Write a sample aggregate query or explain how to write a aggregate queries?
Do you need mcafee with windows defender?
What and where are the specialised treatments of ayurveda available in the state?
How do I install a dll file on windows 10 64 bit?
What is the difference between promise and callback?
What is creepage distance..... what will be the value for different voltage level
What qualifies as content?
What is getch () for?
Which interface needs to be implemented in apex to be used in flow ?
What is a generic in c#?