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 21527How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12238What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14470what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18477Post New Tech Mahindra Interview Questions
How do you write the names of compounds?
What is the difference between a .PST file and a .OST file?
How to trouble shoot if unable to connect SQL Server
How can I read and write comma-delimited text?
Why do people use drupal?
How can you manage a network using a router?
what is the effect of earth on capacitance in 3-phase and 1- phase transmission line?
What peculiar characteristic do the hippopotamus and tapir share?
Can you define cemt?
How you improve the performance of sql*loader? : aql loader
Define slowly changing dimensions (SCD)?
How can I repair my hard disk without formatting?
List some benefits of json over xml?
what is a working thread? : Java thread
Explain how can you write your own service provider in laravel?