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
What are differences Between auto Hosted, Provider Hosted and SharePoint Hosted?
Which two cryptographic mechanisms provide confidentiality?
How do I get microsoft access on my computer?
Explain your role while working in a team.
Give a good data structure for having n queues ( n not fixed) in a finite memory segment. You can have some data-structure separate for each queue. Try to use at least 90% of the memory space.
How is hashset defined in java?
What is program counter in 8085?
How do I start learning java?
What are web services? Why we need to go for them? What is wsdl?
Describe REVERSE function in Hive with example?
Explain important index characteristics?
What is the difference between classpath and build path?
Explain the difference between basic scheduling and lead time scheduling? : supply chain management
What is payroll driver ? : abap hr
What is lazy programming?