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 18082How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 10794What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 12707what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 16972Post New Tech Mahindra Interview Questions
Name the two functions that are used to create an HTML element dynamically?
What is the entry for closing stock value reduction?
What is the use of vlookup?
1. HOW MUCH CEMENT AND SAND REQUIRED TO PLASTER 100 SQM WALL. 2. HOW MUCH CEMENT AND SAND REQUIRED FOR SCREED WORK OF AREA 30 SQM
What software applications have your used for accounts receivable?
Do hard drives go bad if not used?
How to add values to a python array?
What is drupal child?
Where do I get my windows 10 product key?
What is jdk for netbeans ide?
What is the specific speed of a pump ?
Define static constructor?
Where does the body tag go in html?
Is unix portable?
What does the attribute defer/async do when added to the script tag?