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 21183How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12097What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14300what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18314Post New Tech Mahindra Interview Questions
Which of the recommended practices to be performed in the ejbpassivate() method of a stateful session bean? : BEA Weblogic
Hi I need real time senarios and how to explain project in the interview pls let me know my email id m.n.prathyusha@gmail.com.Please help me out with this pls pls pls muthireddi@gmail.com
Execute the qsort () in c/sort() in c++ library or your own custom sort which will sort any type of data on user defined criteria.
write an algorithm to show the procedure of insertion into a b-tree?
How to synchronization will be done between two DGs ?
Does a thread created using performselectorinbackground:withobject: creates its own autorelease pool?
How do I use nslookup in linux?
What is comparable and comparator interface? List their differences
Define 'sop' (sales & operations planning)?
How you can link images/css/javascript from a view in code igniter?
How many cells are in an excel sheet?
Describe major events in the inflammatory response.
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What are the prerequisites to learn blue prism?
How can you start a apache server with different configurition ( other that httpd.conf)?