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 18339How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 10899What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 12823what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 17093Post New Tech Mahindra Interview Questions
Explain about genomic DNA extraction for PCR ?
How do I open the command line?
What is assembly in java?
Is django better than flask?
In case you receive a story at the last day of the sprint to test and you find there are defects, what will you do? Will you mark the story to done?
You Migrate some page changes from development to test environment but still the user complaints the changes are still not reflected in the test environment. What could be the problem and how will you resolve it?
What are the basic controls in asp.net ajax?
What is difference between scripted deployment and normal deployment?
Explain a relation schema and a relation?
What are the types of risks you may encounter in a project?
What are the different types of joins in sql?
Explain the post and get method or explain the difference between them?
which windows server 2008 tools make it easy to manage and configure a servers roles and features? : Windows server 2008
Why is treeset sorted?
Explain command grouping in linux?