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 20847How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11960What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14126what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18119Post New Tech Mahindra Interview Questions
WHY U APPLIED ONLY ONE UNIVERSITY CAN I HAVE MORE THAN ONE I-20
Can a dead thread be started again?
What is a checkpoint in machine learning?
What does hql stand for?
why we use kg/cm2 instead of kg/m2 as a unit of pressure. As we know kg is a MKS unit and cm is a CGS unit. So why we use combination of both(kg/cm2)while describing the pressure.
Explain how to operate on file and directory?
How does index work in excel?
what do you understand by url rewriting?
How do I get back to desktop on windows 10?
How do I fix missing dll files in windows 7?
What are the data types used in WMLScript?
What is the difference between method overriding and method overloading?
How can you copy an object in Python?
What is cdma, tdma, fdma?
Does creating a foreign key create an index?