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

Trending Topics

Online now

Members online
1,295
Guests online
3,317
Total visitors
4,612

Forum statistics

Threads
2,308,213
Posts
29,183,863
Members
1,191,885
Latest member
thansinoo
Back
Top