Search:

Type: Posts; User: orhanli1

Search: Search took 0.00 seconds.

  1. Replies
    1
    Views
    1,104

    comma and slash problem

    hello i am new in programming i opened cmd.exe and i want to write

    mov ah,2 but i can't write this line because of comma.I pushed the comma button but it wrotes slash.Do you have any idea
  2. Thread: A logic fault

    by orhanli1
    Replies
    2
    Views
    628

    A logic fault

    i understand the functions subject but i have a little question.

    This is my code


    #include <stdio.h>
    float square(float k);

    int main()
    {
  3. Replies
    3
    Views
    929

    thanks a lot i understand my fault

    thanks a lot i understand my fault
  4. Replies
    3
    Views
    929

    ; problem near if statement

    when i wrote this a took nothing


    #include <stdio.h>

    int main( )
    {
    int x = 10, y = 20 ;
    if ( x == y )
    printf ( "\n%d %d", x, y ) ;
  5. Replies
    7
    Views
    916

    thanks eman a lot i fix my error with this line ...

    thanks eman a lot i fix my error with this line

    scanf("%c\n%c\n%d",&ms,&sex,&age);

    and i make the inputs like this

    f
    u
    30
  6. Replies
    7
    Views
    916

    when i write u then f i cant write age write...

    when i write u then f i cant write age write uninsured all of a sudden
  7. Replies
    7
    Views
    916

    i cant understand anything.I fix them to low case...

    i cant understand anything.I fix them to low case but it gives the wrong result again
  8. Replies
    0
    Views
    1,165

    If else question

    Hello!

    I want to write a program that it writes to the screen

    --if the driver is married

    --if the driver is unmarried,male,above 30 years of age

    --if the driver is unmarried,female,above...
  9. Replies
    7
    Views
    916

    A simple question

    Hello!

    I want to write a program that it writes to the screen

    --if the driver is married

    --if the driver is unmarried,male,above 30 years of age

    --if the driver is unmarried,female,above...
  10. Replies
    18
    Views
    3,519

    ok i want to ask another question instead of...

    ok i want to ask another question instead of defining prototype i use this structure is it useful for complex programs or must i accustom of defining prototypes?


    #include <stdio.h>

    float...
  11. Replies
    18
    Views
    3,519

    thanks a lot for your explanations friend.It...

    thanks a lot for your explanations friend.It helps me so much
  12. Replies
    18
    Views
    3,519

    yes you are right thanks all of you.Sorry about...

    yes you are right thanks all of you.Sorry about simple programmes but i am new:D
  13. Replies
    18
    Views
    3,519

    i can't understand anything I study from Let Us C...

    i can't understand anything I study from Let Us C book and he writes a lot of program with this structure

    i copy the whole code from book.But everyone said it is wrong.I compile it and it works.if...
  14. Replies
    18
    Views
    3,519

    but when declare the function type it like"float...

    but when declare the function type it like"float circle(int r) it gives this error to me

    " conflicting types for 'circle' "
    "previous implicit declaration of 'circle' was here
  15. Replies
    18
    Views
    3,519

    a simple function return value

    hello everybody i want to ask a simple question.Why this code returns this value?I wait for the result 3.140000
    but it gives 3.0000



    #include <stdio.h>
    int main()
    {
    float area;
    int...
  16. Replies
    4
    Views
    1,819

    you are great friends thanks a lot

    you are great friends thanks a lot
  17. Replies
    4
    Views
    1,819

    thanks a lot.You help me so much

    thanks a lot.You help me so much
  18. Replies
    4
    Views
    1,819

    a little code explanation

    i am new in c and these are my first codes.
    I found a code in my pdf and i did't understand somethings about this code.
    This is the code



    #include <stdio.h>
    #include <stdlib.h>
    #include...
Results 1 to 18 of 18