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
Are you familiar with the term MESI?
While taking hot backup (begin end backup) what will happens back end?
How Session outproc in Sqlserver stored?
Why there are two “destroy” events associated with the termination of scope in angularjs?
What was the first windows version?
List some important features of java 10 release?
Explain metric?
Give an example of the -i and 0s option usage.
What is the output of the following command given in tso/ispf terminal?
What is desired capabilities?
What is true artificial intelligence?
WHAT IS THE WINDING PROCEDURE OF ELECTRICAL MOTOR
How can you maintain information for an infotype?
Explain React Router
What is the comment tag in Python ?