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 21145How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12081What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14274what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18291Post New Tech Mahindra Interview Questions
What are rich snippets in seo?
Which is faster array or arraylist?
What to do if getting missing or corrupted file messages?
hi all iam new in this field i have intersets to learn this application (hrms)iam asking if anyone have ebooks or lessons about learning hrms.my email is sniper_55mix@yahoo.com thanks
What are the vectors in c++?
Can you define yarn?
What is change and transport system in sap solman?
What is the relationship in salesforce?
How to create thumbnails using Bootstrap?
What is the Rule availability?
Are sql connections encrypted?
What do you know about Future first?
What is check table?
how to prevent the display of getting framed in html?
What is the difference between "JTable" and "JTGrid"? can they be used interchangeably?