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 21514How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12233What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14465what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18467Post New Tech Mahindra Interview Questions
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What is the purpose of
How to renaming a file in perl programming?
What is difference between method overriding and method overloading?
The average salary of three employee is $950 per week. If one employee earns $1150 and other earns $650 rupees, how much will third be earn?
How to securely parse and manipulate your HTML data in AngularJS?
How to use group functions in the select clause in ms sql server?
can we allocate memory for interface? if no then why?
What are keywords in programming?
Difference between display:none & visiblity:hidden?
Explain cash management in sap? : fi- general ledger
Explain the difference between L1 and L2 regularization?
Why is javascript so popular?
How many types of polymorphism are there?
What is the difference between observable and promises?