Comma Operator

preview_player
Показать описание
Link to Slides/Code
Рекомендации по теме
Комментарии
Автор

Sir through which windows store app you are recording your lectures?

ausjoshi
Автор

#include<stdio.h>
void main()
{
int a=10;

printf("%d %d", a++, ++a);

}

ouput: 11 12

USING codeblock.
I am not able to crack the evaluation!
does it have the same reason that output depends upon compiler to compiler..

amitpalsingh
Автор

Sir I don't understand :
int a=2, 3, 4; // a=2 ( a is assigned 2 )
int b=(2, 3, 4). //b=4(b is assigned 4)
Sir Is this a rule or what Is logic behind this?

shagunpanwar
Автор

Sr talk about play list 1 ..(165 videos)

Hllw sr i request to u can u pllz attach all nots (pdf file) in one fdf in series acc. To ur lectures in this play list(1) nd upload on drive .. nd pllz share link also so that we all r revice multiple times smoothly whn ever we want
Its my humble request sr, plz replay

yogendrabharadwaj