Turbo c++

Forum discussion tagged with Turbo c++.
  1. B

    Turbo C++ -nan problem

    Heres what need to happen. Enter two consecutive number , add them and show their average. So The code is Quite correct I can say It worked before but if you try and try again . and try to break it and it will It'll show -NAN -NAN and -NAN #include<stdio.h> #include<conio.h> float...
  2. arpitsri

    Why there are different output for the following two same program in C++

    I mean that the following codes should have the same output, but a change of line is giving a whole different output. I'm using Turbo C++ compiler, I know that these codes are outdated but in my exams only these are going to come. Code 1 #include<iostream.h> #include<conio.h> void main()...