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 21254How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
What are the necessary conditions for deadlock to occur?
Which studio is used to create reports?
What is the function of ctrl w in ms word?
To create a localized application which namespaces are necessary?
What is made up of nserror object?
What is an exchange in apache camel?
Difference between mysql_connect and mysql_pconnect?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How does �side by side� work for the .net framework 3.0?
Hi SAP friens, i am a beginner in SAP-FICO and started giving interviews...i am struggling and lost couple of interviews because I couldnot tell any tickets/issues...can you help me by sending some tickets/issues to my mail id - rajendranmba@gmail.com...it would be of great help to me to clear the interview...please help.
Explain some advantages and limitations of mechatronics?
Explain ingestion in big data?
Why do we use Set, List and Map? give an example for it?
explain unit costing
What are the basic steps to unit test an angularjs filter?