02 - Some Basic Constructs of C programing - Programming & Data Structures

preview_player
Показать описание
These videos are useful for examinations like NTA UGC NET Computer Science and Applications, GATE Computer Science, ISRO, DRDO, Placements, etc.

Subscribe to our channel and hit the Link button on the video.

#Call_9821876104 #NTANETJune2020
Рекомендации по теме
Комментарии
Автор

i have small doubt.

2} main (){
int a=0;
if (a++){printf("do you really think this is he output %d", a)};
}

here value of a =0
and in checking condition if(a++) then why this first statement will not execute.

ajaykushwaha-jemw
Автор

#include <stdio.h>

int main()
{
int i=5;

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

return 0;
}

output: 7 7 5

I m getting this output ??? plz explain....

sachinpriya
Автор

bc "formate" have you cleared the exam already.... unfortunate....

Navzzy
welcome to shbcf.ru