answersLogoWhite

0

How do you display the added variables using turbo c?

Updated: 8/19/2019
User Avatar

Wiki User

12y ago

Best Answer

An example might help:

int main (void)

{

int x,y,z;

x=1;

y=2;

z=x+y;

printf ("x=%d y=%d z=%d\n", x, y, z);

return 0;

}

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you display the added variables using turbo c?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is scattered plot?

A scatter plot or scattergraph is a type of mathematical diagram using Cartesian coordinates to display values for two variables for a set of data.


Program codes in turbo c that will display border on the console screen using for loops?

There is not one that I know off but you could write it.


What can one kid do with a LeapFrog Turbo Twist?

A kid using a LeapFrog Turbo Twist can have a lot of recreational use with the toy and will help them relax and enjoy themselves it can also be used to help improve spelling as an added bonus.


When using post method in php whether the variable displayed in url?

No, the variables do not form part of the URL visible in the address bar. They only display in GET methods or manually appended.To access POST variables in scripts, you need to use $_POST['variable_name'];


How can you represent values using variables?

You can represent values using variables. This can only be done with whole numbers.


In java all variables declared using a class are?

Reference variables


Can using a non-turbo oil filter on a turbo pt cruiser cause damage to engine?

NO


Using vector to add objects and display their member variables?

import java.util.Vector; suppose-:::: test t=new test(); /**this is how we add elements to vector*/ Vector v=new Vector(); v.addElements(t);


What do you mean by implicit and explicit variables declaration in visual basic?

implicit means you must declare variables before using them while explicit is not a must you declare variables before using them


When possible you should advoid using what variables in a program?

Global Variables Or: variables with names longer than 128 characters.


Is it more efficient on or off turbo to drive your Toyota lucida diesel?

The previous answer was incorrect. Vehicles are designed with a turbo to recycle exhaust for added power with using more gasoline. Vehicles with turbos on will run faster with better fuel consumption and better mileage as long as it is tuned correctly.


Independent and dependent are types of what?

Independent and dependent are types of variables. These variables are used mostly in science and math. When using independent variables you can control them dependent variables you cannot.