Комментарии:
Answer is error
ОтветитьSir 8 ha
ОтветитьIt gives error with out space
Ответить9
Ответить8
Ответитьb
Ответить8
ОтветитьSir , I have no words to thank you. ❤️Next level content.😊
ОтветитьAns is 8
Ответитьerror
Ответитьsir is 9 the correct answer?
Ответить8
ОтветитьD error code
Ответитьerror
ОтветитьExcellent sir... Thank u... So.. Much
Ответитьerror
Ответить8
ОтветитьError is the correct answer
Ответить8
ОтветитьAnswer is D - Error!
Ответить7
Ответитьlast question answer error
ОтветитьError
ОтветитьThank you so much sir 🥹
ОтветитьERROR;
Ответить9🎉
Ответитьans to home work is 8
Ответитьthe best channel for code learning
ОтветитьAnswer is 8
ОтветитьError, then what's wrong with it
ОтветитьThank you Neso academy for taking your time to deliver this wonderful lectures to us
ОтветитьLife saviour channel❤
Ответитьfor last question it will give error.
explanation:- here lexima becomes (a++)++ + b, so ,if it excutes first so give :- (4)++ + b , NOW , 4++ is not valid in c, so it gives error
Opt b
Ответитьanswere=b
Ответитьerror: lvalue required as increment operand
printf(" %d\n", a+++++b);
^~
D) Error
ОтветитьC)9 sir answer
Ответить8
ОтветитьThe answer is (d) error
Because according to the lexical analysis, it will scan
|a| |++| |++| |+| |b|
So it's totally giving an error.
This lecture was realy insane, I realy love your lecture sir, they are full of new concepts everyone of them, this one too lexical analyzer ! wow ! thank you so much !!
Ответитьif we use a+++++b ,then u will get error,but if we use a++ + ++b,then u will get value 8.
ОтветитьSir plz tell what is the crt answer 8 or error
Ответитьerror at homework question
ОтветитьOption b
Ответить8
ОтветитьAnswer is 8.
ОтветитьGiven = a++ + ++b
a=4 ,b=3
At first post increment
it becomes 4
then second pre increment becomes
4
Output = 4+4 = 8
Int x = 6
x = ++x + x++;
Please answer