C programming 04 - Examples Quiz and Problems (Basic Level)

preview_player
Показать описание
These videos are helpful for the following Examinations - GATE Computer Science, GATE Electronics and Communication, NTA UGC NET Computer Science & Applications, ISRO, DRDO, NIELIT, Placement Preparation, etc.

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

Q21) Correct Option is ==> d) 0
as c does not support boolean. The expression must evaluate to 0

HimanshuSharma-lcto
Автор

If only the indentation for the programs are correct it will be easy to solve

hannahelezabath
Автор

i want use the all logical opertors using one program plz explain

raziasulthana
Автор

plz tell explain me:
Q22)
if(a>b) pf()
else
pf()
pf()

mayurdeshmukhofficial
Автор

#include <stdio.h>
#define SYSTEM 20
int main()
{
int a = 20;

#if SYSTEM == a
printf("HELLO ");
#endif
#if SYSTEM == 20
printf("WORLD\n");
#endif
}


please explain it

nitinsen
welcome to shbcf.ru