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 21184How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12098What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
If a base class is an adt, and it has three pure virtual functions, how many of these functions must be overridden in its derived classes?
What are the basic features of a trigger in ms sql server?
Are stored procedures faster than dynamic sql?
What is pg_hba conf?
How do define dynamic array in cobol. how do you define single dimensional array and multidimensional array in your cobol?
Difference between collection, collection and collections in java?
Maximum number of subnets you could create in you aws account also what is the max and min limit of subnet?
Difference between form library and document library?
What are the two parameters which can be useful to know the quality of test execution?
What is the purpose of regexp_msw_class property?
What deployment modes are available with wpf?
Explain the term 'Topic Replication Factor'?
What is making the news today?
Difference between truncate, delete and drop commands?
How do I register an ocx file?