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 21021How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12029What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14202what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18210Post New Tech Mahindra Interview Questions
Which is better union or union all?
What is ndb in mysql?
When will we get ArrayStoreException?
what about jdb and javadoc by example ?
Can sql server 2016 run on windows 7?
What are the 5 phases in a multiload utility?
How does bubble sort work?
How long does someone typically stay in this job?
Does microsoft edge use activex?
Define Articles of Association?
what is cat
How can you print sql statement in codeigniter model?
In which language node js is written?
Explain oops concepts in detail?
What restrictions are placed on the location of a package statement within a source code file?