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 21252How do you declare a host variable (in COBOL) for an attribute named emp-name of type VARCHAR(25) ?
2 12120What 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 18346Post New Tech Mahindra Interview Questions
What is the current version of spring?
How many types of functions are there in sql?
query to Compare data of two tables between two different Databases(Oracle and SQL Server) Eg., Source Database: Oracle Table: Employee Target Database : SQL Server Table : emp
What is contextual routing in flume?
Where are windows startup programs located?
What is powerpoint toolbar?
you are creating a project for the flashlite player. You are concerned with the processor capabilities of the device. Which graphic asset would require the most processing power on the player? : Adobe flash
what will be the maximum winding temperature of 6.6kv HT motor 450kw, Full load current 49A. 50Hz Frequency.
What is data structure in swift?
how to introdu5ce my self in serco
You are required to show the effect of each of the following changes on profit and Break-Even-Volume from the information given below: Sales 50,000 units Rs. 5.00 per unit Variable cost Rs. 3.00 per unit Fixed cost Rs. 70,000 Changes: (i) Price changes by 20%. (ii) Volume decreases to 40,000 units. (iii) Variable cost increases to Rs 3.50 per unit. (iv) Fixed cost decreases by 10%.
How do you define CONSTANT in C?
How to invoke external process in java.
how do you know the version of your mysql server? : Sql dba
What are class constructors?