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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12119What 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 18344Post New Tech Mahindra Interview Questions
What is Difference between Test Strategy and Test Methodology?
How do you do capacity planning ?
What is difference between static and dynamic call in cobol?
Explain command to display different lines that are found when compare two files?
Explain what is Flask & its benefits?
Define what is the work object?
What programs should not run at startup?
Is a pointer a kind of array?
What is property in c#?
How can we call webservices in Banking Applications? and where we are using it?
How to calibrate H2s Dectector
Do you know what is the function lucene?
Would you like to give any general advice to your juniors?
What is the use of Length of trimmed description field in Feed aggregator?
How many exceptions do you know in selenium webdriver?