Search:

Type: Posts; User: hitesh1511

Search: Search took 0.00 seconds.

  1. Can we input negative numbers in the output windiw

    I have a simple question.

    Suppose we have to input a no. bu using "scanf()".

    Can we input negative nos. in this case.



    main()
    {
  2. Replies
    10
    Views
    36,954

    Which characters represent EOF in windows?

    Hello to all,

    I just want to know which characters represent EOF.

    I am using TURBO C in WINDOWS.

    Using code when I printed it shows -1 but in the output screen when I use it, it does...
  3. simple program to count the character not working

    I am using Turbo C in Windows.
    A beginner in programming.


    This is a simple program in the book "The C programming language".


    #include <stdio.h>

    main()
Results 1 to 3 of 3