You are on page 1of 2

Posted by KKP at 11:13 AM 

Email ThisBlogThis!Share to TwitterShare to FacebookShare to Pinterest


Labels: Flowchart

29 comments:
1.

UnknownJanuary 23, 2017 at 9:13 AM

Didn't understand the decision box


Reply
Replies

2.

UnknownMarch 16, 2017 at 4:09 PM

What is 2%==0
Reply
Replies

1.

KKPMarch 26, 2017 at 9:05 AM


In C programming, % is used to perform Modulo operation. Modulo
operation finds remainder after division of one number by another (also
called modulus). For example, 6%2 gives result as 0. And 5%2 gives result
1.

In our flowchart, when number is Even, we always get number%2 = 0,


which is compared with equals (==) operator of C language.

2.

AshikMarch 7, 2020 at 11:29 AM

thanks
Reply

3.

Melaku BiraraApril 8, 2017 at 2:02 PM

would u mind if ureplaying anwser (delope flow chart which receive 3 numbers and
display inascending orde from smallest to largest?
Reply

4.
UnknownJune 16, 2017 at 2:04 AM

is there another way of doing this?


Reply
5.

AnonymousJuly 3, 2017 at 2:08 PM

could you define me those answers in your flowchart so that i can understand more?
Reply
Replies

1.

KKPJuly 4, 2017 at 1:59 PM


Pl. share, for which questions/answer you are taking about?

2.

KKPJuly 5, 2017 at 2:58 PM


Answer of MCQ based on flowchart are available at following link:

http://cprogrampracticals.blogspot.in/2016/11/mcqs-based-on-flowchart-
with-answer.html
Reply
6.

AnonymousAugust 3, 2017 at 7:50 AM

What is the flowchart of adding only the odd numbers in given input in raptor?? Could you
give the flowchart representation.
Reply

You might also like