Thankyou
Yes typo error.
Yes I use #include.
Coulod it be the compiler?
User Profile
Collapse
-
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...
No activity results to display
Show More
Leave a comment: