Search:

Type: Posts; User: Rajesh Chandra

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    1,179

    please help

    Dear Help

    I am trying to download turbo c++ 3.0 from internet. But after downloading , when i try to install it it shows a message to insert the disk 1or disk 2 or disk 3.
  2. Replies
    1
    Views
    943

    please help

    Dear Help

    I am learning K&R C ( classic version ). And in the later semesters i have to go through C++, C# and java. what compiler should i download ( which is available free on the internet) to...
  3. Replies
    9
    Views
    4,447

    Base Programming

    Dear Help

    Please tell me which is the base of programming languges like C , C++, C# and java etc. If I learn C thoroughly ,will it help me in C++, C# , java etc.
  4. Replies
    3
    Views
    2,431

    Add two numbers

    My program is:


    #include<stdio.h>
    #include<conio.h>
    void main()
    {
    float n1,n2,ans;
    printf("Enter the First number\n");
    scanf("%f",&n1);
  5. Replies
    3
    Views
    2,431

    Add two numbers

    I am writing a program to add two numbers. But instead of adding, the result is some thing else like z=0.0000 or z=4209163 while my two numbers to be added are 10 and 20. Please help.
Results 1 to 5 of 5