๐Ÿ”’ 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

Online now

Members online
935
Guests online
686
Total visitors
1,621

Forum statistics

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