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 21029How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12030What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14203what'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
Which important factors makes on page optimization better ?
Explain why "self" is needed instead of "this".
Explain profile in terms of networking concept?
Give the name of some fields form sqlca.
What does the jdbc resultset interface?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
Which method is used for Data transfer?
Which are the shells used in linux?
What is comparevalidator?
Define aligned dimension?
Explain "overtime"?
Can you run the tests registered with Selenium IDE in other browsers?
What are Type 1 and Type 2 errors ?
Why titration in which hcl and h2so4 is use?
What does get set mean in c#?