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 18609How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 10993What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 12931what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 17185Post New Tech Mahindra Interview Questions
What is the difference between Bootstrap and Foundation?
What does div o mean in excel?
What is the use of fnd logging
What is blotch print?
What is kvar?
To catch any possible exception What is the C# syntax written ?
What is the size of the recommended compressor cfm?
Can I update my android version?
How would you know if the same build you tested is deployed in production? There are chances that developer might deploy some other working build?
What is frame?
Explain the advantage of collapsing white space?
What is the spring framework used for?
where is 0recordmode infoobject used?
When can an object reference be cast to an interface reference in java programming?
How do you parse a json file in python?