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 21261How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12121What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14325what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18349Post New Tech Mahindra Interview Questions
How do you add elements to a list in python?
Hello Guys, If any body looking for "worksoft certify tool training in bangalore", please contact me aimansaud@gmail.com
What is an injector?
Which sorting is used in arrays sort in java?
What is the the total addressable memory size in a 8085 microprocessor?
What are the advantages and disadvantages of pointers?
Is is possible for an ejb client to marshal an object of class java.lang.class to an ejb?
Can we support the same application for iphone 3gs and iphone 5, 6, 7? Why not?
Explain what is semaphore?
What is sp_helptext?
How many relationships are present in Salesforce?
When should be opt for struts framework?
What is wrong with this statement? std::auto_ptr ptr(new char[10]);
what is the required force to bend 2.5 MS sheet in 90 degrees and what is the formula to calculate the same?
What does return 0 do in c++?