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 21033How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12031What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14204what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18212Post New Tech Mahindra Interview Questions
i opt cse branch in engineering.which subject i have choose in civil service preliminary examination
Explain about post-relational databases?
Who divides the file into Block while storing inside hdfs in hadoop?
A well thought out orientation is essential for all new employees, whether they have experience or not
What is long term scheduler in operating system (os)?
how to import jaxp package in ibm wsad?
What are the benefits of using python?
What is orm navy?
What is unrecognized escape sequence in c#?
What is form control class?
What is CBR EIP in camel?
If VFD is On but no starting commond on it. so how many outpout voltages of VFD
how logic is used
What is std namespace in c++?
Explain why C++ is not purely Object Oriented Language