what is this with the incrimination in the if statement#include <iostream.h> int main() { int x=99; if(x++<100) { cout<<"it is false"; } else { c...
definition of constants that i want to use in the programs#define pi=3.14
This user does not accept Private Messages