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 14201what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18208Post New Tech Mahindra Interview Questions
What are the different classes through which JDBC represents statements?
What are components in angular7?
What is overloading in wcf?
State the difference pricing model of microsoft azure?
What is error ora-12154: tns:could not resolve the connect identifier specified?
What is a distributed database?
How to enter comments in transact-sql statements?
How is ibm leveraging its position in the market as a trusted brand? How have early adopters impacted the development and growing success of this technology?
What is the function of layout?
Mention the various categories of lead ?
Why is url routes need to be configured?
explain the functionality of ftp server? : Windows server 2003
What is difference between spreadsheet and database?
Does it cover silver or golden ornaments if I have Home insurance?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance