Getting "initializer element is not a compile-time constant" error – stackoverflow.com 04:33 Posted by Unknown No Comments #include <cs50.h> #include <stdio.h> int c = get_int(); void cough(); int main(void) { printf("How many time would you like to print cough?\n"); cough(); } void cough() { ... from Hot Questions - Stack Exchange OnStackOverflow via Blogspot Share this Unknown
0 Comment to "Getting "initializer element is not a compile-time constant" error – stackoverflow.com"
Post a Comment