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 21253How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
Define api in linq?
is advance against FD or RD is treated as NPA .if EMI is not in scheduled . or classification of npa as per day is is made from sanction date or last payment date of repayment . please suggest me
How to use old values to define new values in update statements in ms sql server?
Explain the concept of scope.
What are the 4 types of laws?
How will flex 3 be packaged?
What is armscye?
What is setter injection?
In which year was Google found?
Is file format in data services type of a data store?
How can companies demonstrate transparency to regulators and stakeholders?
What is the benefit of Salesforce CRM?
What are some potential applications of generative systems in art and design for improved creativity?
What is the purpose of using pl/sql?
Explain the difference between parent() and parents() methods in jquery? : jquery mobile