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 21246How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12114What 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 18342Post New Tech Mahindra Interview Questions
How do I see background jobs in linux?
What is an immutable object? How can it help in writing a concurrent application?
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?
Explain the processes used for operating business applicatio
What is in-transit inventory and how it is calculated, how do you monitor in-transit inventory levels?
What is difference between c++ and java ?
What are the feature of laravel 5.0?
What are the bean scope types?
Define some key performance indicators for the product
Explain what is a three tier data warehouse?
What kind of reporting and analytics capabilities does sap transportation management have? : transportation management
Differentiate between adwords and adsense.
The represent number 35 in binary, number of bits required are?
how can you check whether Namenode is working beside using the jps command?
Is it possible to change the index of primary key on table?