APJ ABDUL KALAM TECHNOLOGICAL UNIVERSITY Previous Years Question Paper & Answer

Course : B.Tech

Semester : S1 and S2

Year : 2017

Term : DECEMBER

Branch : BIOTECHNOLOGY

Scheme : 2015 Full Time

Course Code : CS 100

Page:7





PDF Text (Beta):

else

Statement-2;

else

Statement-3;

}

Statement-x;

If the condition 1 is false , the statement-3 will be executed otherwise it continues to perform the second test
. IF the condition-2 is true, the statement-1 is evaluated; otherwise statement -2 will be evaluated & then the
control is transferred to statement-x.

Entry
false true
ண ಅಭ . ೀ Test ೦೦೧೮1
அலை

Stmt-2

Next Statement

Program to find max of 3 numbers.

#include < stdio.h>

void main( (

int a,b,c,max;

printf("enter any 3 numbers");

Similar Question Papers