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 21296How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12133What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14348what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18368Post New Tech Mahindra Interview Questions
Why 1 is not a prime number?
What is sql server 2000 work load governor?
Is hashmap synchronized?
Explain is the jit an interpreter?
How do you create a report in a database?
What state is a thread in when it is executing?
Explain the use of serialization and deserialization?
What language is wordpress written in?
What is the scope of user defined process variables ?
What are the key features of World Bank?
How can you sort strings in array that are passed to method as arguments?
What is microsoft spreadsheet compare?
What is the use of behavior driven development in agile methodology?
Explain the main limitations for population growth
Assign any variable name a value of “hello world”, and print that variable’s contents to the console.