User Profile

Collapse

Profile Sidebar

Collapse
oscardiz
oscardiz
Last Activity: Sep 16 '06, 03:42 PM
Joined: Sep 14 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • oscardiz
    replied to Unary.c
    in C
    Thankyou
    Yes typo error.
    Yes I use #include.
    Coulod it be the compiler?
    See more | Go to post

    Leave a comment:


  • oscardiz
    started a topic Unary.c
    in C

    Unary.c

    printf("\n%d %d", a--, --b);

    This is supposed to be ok, but it gives me this compiler error=

    Parse error before string constant.
    conflicting types for built-in function 'printf'
    /* unary.c*/
    /* Demonstrate unary operator prefix and postfix modes */

    #include <stdio.h>

    int a, b;

    main(0
    {
    /* set a and b both equal to...
    See more | Go to post
No activity results to display
Show More
Working...