About Me

My photo
Vijayapur, Karnataka, India
I am interested in Teaching.

Friday 3 May 2019

Assignment-2: C for Problem Solving (II Sem 'A' Division)

Discuss the following with syntax, flowchart and two examples.

simple if

if else

nested if

else if ladder (cascadded if)

switch

while loop

do while loop

for loop

break

continue

goto

exit

return


No comments:

GCD of two numbers and its application...

The greatest common divisor (gcd) of two numbers is the largest positive integer that divides both numbers without leaving a remainder. The ...