answersLogoWhite

0

#include<stdio.h>

void main()

{

int a=10,b=15;

clrscr();

if(a>b)

printf("%d is the large number",a);

else

printf("%d is the large number",b);

getch();

}

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

Conditional statement in turbo c?

Yes.


What are the conditional statement of turbo c plus plus dos based?

Statements that check an expression then may or may not execute a statement or group of statements depending on the result of the condition.


What is if statement in c?

if is a conditional statement to check the given condition


What also is true if a conditional statement is true A its contrapositive B its converse C its inverse D none of these?

A conditional statement is true if, and only if, its contrapositive is true.


How do you use a C-continue statement in a block- without any looping or conditional statements?

In the C language, the continue statement can only be used within a loop (for, while, or do). Upon execution, control transfers to the beginning of the loop.


What are the three looping statement in turbo C?

for,while,do while


What is return statement under function in turbo C?

return 0


What is looping statement in turbo c?

while, for, do-while (and perhaps goto)


How the turbo c plus plus use in the computer?

How the turbo c plus plus use what in the computer.


Where do turbo c programs begin excution?

At the first statement of function main.


What is a conditional statement that has a disjunction in the hypothesis?

A conditional statement with a disjunction in the hypothesis takes the form &quot;If A or B, then C,&quot; where A and B are separate propositions. For example, &quot;If it is raining or it is snowing, then the ground will be wet.&quot; This means that if either A (raining) or B (snowing) is true, then C (the ground will be wet) must also be true.


Which term best describes a mathematical statement of the form shown below If A then B. A. Deductive statement B. Conjecture C. Proof D. Conditional statement?

[object Object]