🔒 Closed C functions pa help po

Status
Not open for further replies.

Phantom Rhythm

Honorary Poster
#include <stdio.h>
#include <stdbool.h>

bool schrodingersFunction (int);
int main() {

bool realityCheck = true;
int doesItExist;
doesItExist = schrodingersFunction(realityCheck);
if(doesItExist == realityCheck)
printf("It does!");
else
printf("No it doesnt!");

return 0;
}

error: ld returned 1 exit status
 
Status
Not open for further replies.

About this Thread

  • 3
    Replies
  • 610
    Views
  • 4
    Participants
Last reply from:
IT_Beginner

Online now

Members online
917
Guests online
674
Total visitors
1,591

Forum statistics

Threads
2,276,945
Posts
28,973,258
Members
1,229,658
Latest member
hihiwae
Back
Top