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 21535How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12239What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14476what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18484Post New Tech Mahindra Interview Questions
What number of digits that can be accuratly stored in a float (based on the IEEE Standard 754)? a) 6 b) 38 c) An unlimited number
How to calculate the volumetric capacity of a oxygen & Nitrogen gas Cylinder if pressure is 145 kg/cm2 & water capacity of cylinder is 67 liters.
What is singleton pattern?
Why is that none of my threads are not running? How can I make it work?
What is difference between socket and websocket?
What are service users?
Tell me does the selenium have any limitations?
What are the different types of software testing?
What is web service and example?
Possible ways to prevent xss attacks on mvc application?
What is string pool in java?
the output of the common trasmitter protocol in qatar gas are the following
Suppose you’re using ansible to configure the production environment and your playbook uses an encrypted file. Encrypted files prompt the user to enter passwords. But since ansible is used for automation, can this process be automated?
Explain different modules in magento.
What is time complexity of binary search?