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 21279How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12128What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14340what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18365Post New Tech Mahindra Interview Questions
How are digital certificates used ?
Define the term ‘Lazy Evolution’ with reference to Apache Spark
What are various types of gateways in cognos?
What is ng-content Directive?
Where’s global assembly cache located on the system?
How to select an element by id and swapping an image?
What is inheritance in oop?
What is static data type in java?
How many types of v variables'? Where will appear for variables in odi?
What is the structure of ps-poll?
What is BASIS
Explain what is electric traction?
In which scenario Hive is good fit?
What is service based database?
Define querystring collection in asp?