User Profile
Collapse
-
What do I have to do with it? I really don't know what's wrong with that line -
expected identifier or ‘(’ before ‘{’ token
THIS IS MY CODE AND THE ERROR: expected identifier or ‘(’ before ‘{’ token
I can't see what's wrong with my code. I'm just new in C programming
#include <stdio.h>
int main(void)
int (max = 0, min = 0, var = 0, N = 0, count = 1)
{
printf("Enter some integers to determine max and min\n");
scanf("%d", &N);
printf("Please...
No activity results to display
Show More
Leave a comment: