
- Forum
- Programming Talk
- C and C++
- Amazing Value
Amazing Value
This is a discussion on Amazing Value within the C and C++ forums, part of the Programming Talk category; I tried the below C program #include <stdio.h> main() { int x; x = x < y < 2; } ...
-
Amazing Value
I tried the below C program
#include <stdio.h>
main()
{
int x;
x = x < y < 2;
}
Amazing the above program always returns true value. Why is this? Kindly help me in knowing about this amazing value.
-
this is so because in c programs u cannot hide datas.

Reply With Quote





