Computer Science, asked by Anushka0408, 1 year ago

Answer this..................

Attachments:

MUKESHAMBANI2002: Hiiii... anushka
MUKESHAMBANI2002: hello
AyushStrange0001: Hi Anushka

Answers

Answered by maharshiguin100
0
#logical not operator results in true or 1 when the condition is not fulfilled
like
c=0
for(i=0;i less than equal to 10;i++)
if(i!=1)
c++;
the null c will increment only when i is not equal to 1
therefore the value of c when the loop ends will be 9 because it will not increment for i=1.

#and operator will result in true or 1 only when both conditions are fullfilled otherwise false or0

#or operator will result in true or high 1 even if one of the conditions is true otherwise false or 0

HOPE THIS HELPS :)

Anushka0408: is this copied??
maharshiguin100: why do u think that?i just sat down and spent 10 mins writing your answer
maharshiguin100: it hurts when u do this much hardwork in writing an answer and then people doubt u
maharshiguin100: sorry if u r hurt :D
ADHIRAJ14: HII ANUSHKA
jaikishansurajpavudb: hi Anushka how are you
Anonymous: hi anushka
Answered by shikha888
2
u can found this on Google
Similar questions