What's new

C & C++ C language ano po ang mali?

m a e 0 9

Journeyman
#include <stdio.h>
#include <stdbool.h>
bool schrodingersFunction(/some arguemnt/) {
}
int main() {
bool realityCheck = true;
int doesItExist;
doesItExist = schrodingersFunction();
printf("It does!\n");
printf("\nNo it doesnt!");
return 0;
}

Output:
N/A

It·does!

No·it·doesnt!
 

Similar threads

Back
Top