Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~1K People Reached
Favorite Forums
Member Avatar for Mr. Lemic

#include<stdio.h> int main(void) { char a; a="?"; } Error i'm recieving: warning: assignment makes integer from pointer without a cast a="?";

Member Avatar for SwamiPete
0
237
Member Avatar for Mr. Lemic

This is the error im am recieving: "assignment makes integer from pointer without a cast"

Member Avatar for rproffitt
0
218
Member Avatar for Mr. Lemic

So, i'm having a bracket issue in line 83:9 or where the slashes are. it's telling me " error: expected identifier or '(' before '{' token", I don't understand how i am receiving this error. If somebody can explain to me how I'm receiving it, thank you. _Bool palindromes(char string[]) …

Member Avatar for rproffitt
0
214
Member Avatar for Mr. Lemic

So, with my program, I want to calculate prime numbers and would only like to see it come out with only one prime number. I tried to put it in a if statement at the end like "if (number_of_primes=number_tester) printf("%i/n", test_int)", it did not work. and at it's current state …

Member Avatar for rproffitt
0
371