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 20859How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 11962What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14128what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18126Post New Tech Mahindra Interview Questions
Tell us the principle behind blockchain technology and how many types of it are available?
How to eliminate duplicate entries in internal tables?
Can a Tablespace hold objects from different Schemes in Oracle?
what is the status of the development of the html 5 standard?
Is it possible to change the warehouse after booking the sales order, if yes how to de allocate the items booked in previous warehouse?
Mention some disadvantages of query?
Suppose we have file(ps), dont know how many records are there. Move half of the records to 2 files. How can we do?
Explain rvm in rails?
What is the difference between Nationalized bank and Private Bank?
What is wrong with this program statement? void = 10;
How to know the information about a file?
What are environmental variables?
What is map java?
Is char array null terminated?
What do you understand by svg and smil? Give examples