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 21279How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12128What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14340what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18365Post New Tech Mahindra Interview Questions
What is meant by application context in spring?
how do you reference the variable block file formats from cobol programs
write a porgram in c++ that reads an integer and print the biggest digit in the number
Tell us about a time where you worked in a group and a group member wasn't cooperating?How did you manage the situation?
Why do you want to work here
What are 404 errors?
How do you create a job in jenkins?
What if I write static public void instead of public static void?
What is income tax? How is it calculated?
What are the different import functions in r?
Why are you the best candidate for us?
Does php support multiple inheritances?
Why synchronization is important in java?
How to use basic routing in laravel?
What is building blocks of client/server?