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 21134How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14263what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
how to restore tsm server database without volhist file, devconfig files?
How do I set up the eloquent relationships between the aforementioned comments and authors, including creating the schema design?
What is sql not null constraint?
What is the difference between mvc (model-view-controller) and mvp (model-view-presenter)? : asp.net mvc
how you create security to reports?
What does `$result = f() .. g()' really return?
Can you explain how can you use matches in talend?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
What is the default prefix used joomla by default?
what is mean by comapany & what is mean by marketing & waht is mean by bill received
What are the main components in android?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Explain buffer manager?
Will rust take over c++?
What happens to the Exception object after handling an exception?