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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18346Post New Tech Mahindra Interview Questions
What is the layout tab in excel?
What is the base class from which all value types are derived?
Why do we want to use break statement in while-loop?
Differentiate between % rowtype and type record.
What are the primary phases of a Reducer?
How to break a file path name into parts?
For sorting data which component we can use in Talend?
Where should struts xml be placed?
Write a program in php to reverse a number?
What is the use of track page view in google analytics?
What services use iis?
What we do with the object of ado.net dataset after using it?
What is profile in java?
What is transaction management in spring?
What is pki?