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 21269How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12124What are the different methods of accessing db2 from tso? How is the connection established between TSO & DB2?
3 14336what's the equivalent Cobol Data type for Decimal(x,y) in DB2? what does the current SQLID register contain?
3 18355Post New Tech Mahindra Interview Questions
What is a custom tag?
What clinical lab audit is and what are the areas you can do clinical audit?
How to Hide the windows taskbar?
How do I use outlook with gmail?
What happens if the imported table already exists?
Why we promoted you as senior Team leader
What is qualification deficiency?
Where do I find patches for the sap gui for windows?
At the time of creating GRN can I mention business area?
What is pop and imap in outlook?
what is ODBC and JDBC connectivity in Hive?
what is assessment? how many types of assessment will be there? and what is the documents and preparations for sales tax, service tax assessments??
Should one test for weak keys in DES ?
Question: Write a program that prints a paycheck. Ask the program user for the name of the employee, the hourly rate, and the number of hours worked. If the number of hours exceeds 40, the employee is paid “time and a half”, that is, 150 percent of the hourly rate on the hours exceeding 40. Be sure to use stepwi se refine ment and break your solution into several functions. Use the int_name function to print the dollar amount of the check.
Is it possible to make httpservice requests synchronous in adobe flex? : adobe flex action script