Quantcast
Channel: QuizMeUp - Comparison
Browsing latest articles
Browse All 2 View Live

assignment instead of comparison

Multiple choice questionWhat is this C language code do?#include <stdio.h>main() {  int c, nl;  nl = 0;  while ((c = getchar()) != EOF)    if (c = '\n')      ++nl;  printf("%d\n", nl); }

View Article



Null value in comparison expression

Multiple choice questionGiven the following PHP code, what will be the output? function print_weather($weather){ if ($weather =="hot") $weather_id = 0; else if ($weather =="cold") $weather_id = 1; else...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images