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 21131How 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 14262what'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
what are all the things will consider while doing sensitivity analysis?
How to optimize website assets?
What is a default constraint?
What is the most restrictive isolation level? : Transact sql
How do you avoid deadlock while coding?
what is the traditional method of message trfer?
Can you run exe files on android?
Juxtapose the HTTP verbs GET and POST. What is HEAD?
What is Dataset Object?
what is the difference between bonus reserve and bonus expense
What is a daemon process in linux?
What are logical data bases used in hr module? : abap hr
Define inharmonious ecological interaction?
What is the difference between remove() and removeChild()?
How do I restart iis express from command line?