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 21131How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12074What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14262what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18278Post New Tech Mahindra Interview Questions
Differentiate between a database and data warehouse?
What are the different types of directives?
Do I need angular?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What are the uses of c++ in the real world?
What is modules in angular?
how is find out kwh step by step
Hi guy.. i have to face an interview in a couple of day.. so can you please give me some good and tough question on abap.
How is srm used?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
what is difference between usfda and mhra guidline
Can I execute multiple commands at one time with a tsystem component
Is it possible to have a function as a parameter in another function?
What differs when we choose the sorted input for aggregator transformation?
How do I get form data emailed to me?