🔒 Closed C programming "ano ang error po?"

Status
Not open for further replies.

m a e 0 9

Grasshopper
#include <stdio.h>
#include <stdbool.h>


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

return 0;
}
 
paano po ?
C:
#include <stdio.h>
#include <stdbool.h>

bool schrodingersFunction(/*some arguemnt*/) {
    // return boolean
}

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

return 0;
}
 
C:
#include <stdio.h>
#include <stdbool.h>

bool schrodingersFunction(/*some arguemnt*/) {
    // return boolean
}

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

return 0;
}
thank you so much po

thank you so much po
what if po yung need na output po ay

It·does!

No·it·doesnt!

C:
#include <stdio.h>
#include <stdbool.h>

bool schrodingersFunction(/*some arguemnt*/) {
    // return boolean
}

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

return 0;
}
What if po yung need na output po ay
It does!
No it doesn't!
 
Status
Not open for further replies.

About this Thread

  • 7
    Replies
  • 2K
    Views
  • 2
    Participants
Last reply from:
m a e 0 9

Trending Topics

Online now

Members online
1,078
Guests online
1,698
Total visitors
2,776

Forum statistics

Threads
2,287,384
Posts
29,044,386
Members
1,216,504
Latest member
Jolowewi
Back
Top