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 briefly the client-server architecture.
What is the difference between exchange and outlook?
which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above
What are the applications of the octal number system?
How can I create a database in mysql?
What is SLR and CRR? How SLR differs from CRR?
Is primary key clustered or nonclustered?
How can you find out how much memory linux is using?
Write about usercontrol in brief?
What is the full form of xsl?
What are the operating systems supported by selenium webdriver?
For the process of account approach, for defining asset balance sheet accounts of parallel valuation as reconciliation accounts is required. Incase the parallel ledger approach is in use, is this still essential?
What is pragma in sql?
What is implicit cursor in dbms?
What is php.ini & .htacess file?