🔒 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
  • 633
    Views
  • 4
    Participants
Last reply from:
IT_Beginner

Trending Topics

Online now

Members online
332
Guests online
1,953
Total visitors
2,285

Forum statistics

Threads
2,290,039
Posts
29,062,024
Members
1,213,144
Latest member
Akihiiro1
Back
Top