Soru

0 views
Skip to first unread message

mukosoft

unread,
Nov 17, 2011, 6:07:17 PM11/17/11
to C ve Sistem Programciları Dernegi
#include <stdio.h>
#include <stdlib.h>
#include <time.h>

int x;
int main()
{
x = 8/3;
if (!!x=x)
printf("EVET");
else printf("HAYIR");

if (x)
printf("EVET");
if (!x)
printf("HAYIR");

return 0;
}

A) Bu program derlenemez.
B) EVET yazar.
C) EVETHAYIR yazar.
D) EVETEVET yazar.
E) HAYIREVET yazar.

Arkadaşlar Bilgisayar olimpiyatlarında sorulmuş bir soru ? Cevap
Reply all
Reply to author
Forward
0 new messages