Search:

Type: Posts; User: Sharifhs

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,539

    Bug in the addition drill program

    Hi,
    There is a bug in this addition drill program that I can't fix up. I can't input Y/N characters in this program. Is there anyone who can help me to fix it up?



    #include <conio.h>
    #include...
  2. Replies
    3
    Views
    1,834

    What is an unsigned character? I've read about...

    What is an unsigned character? I've read about EOF but can't yet understand well :(
  3. Replies
    3
    Views
    1,834

    EOF value and getchar

    What does mean EOF has a value of -1?

    I cant understand this program especially the if statement even reading (related programs) from several books-


    #include <stdio.h>

    main()
    {
    int c;
  4. Replies
    3
    Views
    1,524

    Thanks a million.......things become easier when...

    Thanks a million.......things become easier when they are shared
  5. Replies
    3
    Views
    1,524

    Problem with if statement

    There is an example in my book that asks to write a program that prints the number 1 to 100 using 5 columns (Have each number separated from the next by a tab).
    The solution was as following:

    ...
  6. Replies
    12
    Views
    11,089

    but it should display the beeping character(\a),...

    but it should display the beeping character(\a), isn't it? In my windows xp platform, either one is not working.
  7. Replies
    12
    Views
    11,089

    But I couldn't hear that!!!

    But I couldn't hear that!!!
  8. Replies
    12
    Views
    11,089

    This program sounds the bell!!!

    The book I'm using gives an example as following:

    This program sounds the bell.


    #include "stdio.h"
    int main()
    {
    printf("\a");
    return 0;
  9. just to tell the operating system whether our...

    just to tell the operating system whether our program succeeded or not!!! Thanks quzah..
  10. Okey, Prototype seems clear to me in a way. But...

    Okey, Prototype seems clear to me in a way. But I'm wondering why we use "return 0" at the end of main(). What functions (activities) does it play in C programming?

    I've read about return value...
  11. Thanks again Adak. I'm trying to understand...

    Thanks again Adak. I'm trying to understand things you've posted.
    Thanks Bayint too
  12. Dear Adak, please forgive my ignorance, but just...

    Dear Adak, please forgive my ignorance, but just for understanding, could you tell me what is a prototype and where is it used in this program?
  13. Thanks Bayint Naung and Elysia for leaving useful...

    Thanks Bayint Naung and Elysia for leaving useful comments
  14. Thanks a bunch Adak...it works!!!

    Thanks a bunch Adak...it works!!!
  15. Thank Adak for your quick reply but it's not yet...

    Thank Adak for your quick reply but it's not yet working or may be I couldn't understand you what you wanted to mean. Could you explain it again?
  16. A question from a newbie regarding nested function

    Hello there,
    I’m a brand-new student in programming arena. Actually I’m a student of other discipline and I decided to learn C language. To do so I’m currently using the book “Teach yourself C –...
Results 1 to 16 of 16