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 21033How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12031What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14204what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18212Post New Tech Mahindra Interview Questions
name the components of report studio?
What are the different states of a thread?
what is unmanaged solution?
What does it mean to declare a member function as virtual in C++?
How multi-hop agent can be setup in Flume?
What is user-defined scalar function?
What are the challenges in handling ajax call in selenium webdriver?
hii all, am sai kranthi from hyderabad, i have 2yrs of work exprnce , i wrote gre in 2010 got 930 and ielts 6.5 , i want to aply for mba in usa . but i have the b.tech percntge 55 only and had also one rejection to usa in 2010 dec. do i have any chance to get visa for mba with the profile i have ?
What is the role of pediatricians in diagnosing and managing allergies, including food allergies and allergic rhinitis?
What helpers in the form of jsp pages are provided in struts framework?
How to configure database in django?
How to get a list all databases on the sql server?
What do you understand by @qualifier annotation?
explain about sla?
What is a bean in spring boot? : Spring Boot