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 21520How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12234What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14466what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18475Post New Tech Mahindra Interview Questions
Can we have 2 main methods in c#?
What should be an ideal duration of a sprint?
where do you see yourself in five years' time?
What is an olap?
if 6 earth pit value is 1.5 ohm then what should be the number of earth pit to make the value .8 ohm
How an object or function can get a hold of its dependencies?
which method is best for removing an object(e.g.,Myobj) from memory? : Adobe flash
in what form is crr kept in RBI?
What are teradata utilities?
Explain faker in laravel.
Should we be using google+ for marketing?
Explain have you ever been fired or quit a job? : insurance sales
What do you understand by database triggers?
How do you check the file existence and their types in python ?
What are the primitive data types in Pig?