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 21507How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12230What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14460what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18463Post New Tech Mahindra Interview Questions
How can you speed up management inside in ec2?
What is an interface class? Give one example of it
What are the parts of a method?
Who is the international champion in kabaddi?
When servlet is loaded?
How is fontsize and font size differ in dhtml?
How do I insert a list of tables in word 2007?
How do you find duplicates in excel using vlookup?
What are the goals of data structure?
What is angular module factory?
Explain bin file in android?
What is log cache in sql server?
Which is better arraylist or linkedlist?
What is rss service on my phone?
What is the difference between write and writeln in javascript?