Thursday, October 18, 2007

TECH QUES

/* NOTE:please replace lessthan with the symbol as it is a html this blog is not allowing to use it*/

#include "stdio.h"
void main ()
{
int x=10,y=20,z=5,i;
i=x(lessthan)y(lessthan)z;
printf("%d",i);
}

a) 0
b) 1
c) error
d) none

3 comments:

  1. hey dude.. here the relation < is not displaying actual ques is

    i=x(lessthan)y(lessthan)z;

    the prob is the symbols are not accepting (<,>)

    ReplyDelete