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 21520How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12235What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14466what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18475Post New Tech Mahindra Interview Questions
What is site definition?
What do you understand by start and update routine?
What is the difference between purge septum flow and column flow in gas chromatography?
What is the purpose of creating kotlin?
How to compare two text files in unix?
How do you define a predicate?
What are the reasons for selecting lamp (linux, apache, mysql, php) instead of combination of other software programs, servers and operating systems?
Why orm tool is being used?
What is a rowspan?
What is activex control in vb?
Define a column family?
What happens to deleted files in android?
Which satellite approached the jupiter and conducted experiments for the first time?
What are the different types of triggers in SQL SERVER?
Which sorting is best in time complexity?