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 21301How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12135What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14356what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18371Post New Tech Mahindra Interview Questions
Is it possible to build our modules in ansible?
What would you do with an in-doubt distributed transaction?
How many planets are in the new solar system?
Explain the concept of total quality management.
1. Write a function to display the sum of two numbers in the following ways: By using (i) pass by value (ii) pass by address a. function with argument and with return value b. function with argument and without return value c. without argument , with return value d. without argument , without return value Note: Use pass by address.
How do I calculate percentage of a total?
How can the os of the client machine be detected?
What is sqlservr.exe - process - sql server (sqlex?press)?
Mention what are the common bugs found while mobile testing?
Describe immunoglobulin (ig) e.
in u flatfile some of fact records are missed then u load the diminision records are not if u load diminsion records what about fact table records
HR generalist position is a key position in advising, assisting and reporting to HR head, in such a case what are your strengths and work attitude?
What is a scope in a project?
What does ts mean in texting?
What is the functionality of jobtracker in hadoop? How many instances of a jobtracker run on hadoop cluster?