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 21246How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12114What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14324what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18342Post New Tech Mahindra Interview Questions
What are the main features of datastage?
What do you understand by l1 and l2 regularization methods?
How can I improve my excel skills?
What is the difference between general testing and mainframe testing?
Is calibri a system font?
What is primary key and unique key?
how to fetch a contact person number from contact application using content provider?
What is histogram-based operations?
Is string null or empty?
Does apache tomcat use struts?
In blue prism, exception functions like exceptiondetail() and exceptiontype() cannot be used in recovery mode. Is it true or false?
What is %d in printf?
Explain the special input delimiters used in sas programming.
How do I run a sql query?
What is difference between hibernate and jpa?