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 20858How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
Explain batch processing in ab initio?
Why electrical power generation and transmission done in 3 phase system not more than 3 phase ?
Which object oriented concept is achieved by using overloading and overriding?
What is a string data type in sql?
define the purpose of the *cat function?
what is polymorphism.
What is sap e-recruitment?
How can you increase the size of a statically allocated array?
can any one tell difference between 802D and 810D???
What is attribute in jsp?
How to convert JSON Text to a JavaScript Object?
Why dml compiler is significant according to you in a database management system?
What are the data pins of microprocessors?
What language is php based on?
Why hashtable is faster than arraylist?