My issue
How to declare false satement
My code
#include <stdbool.h>
int main() {
// bool var = x;
false = y;
}
Learning course: Programming and Problem solving using C
Problem Link: https://www.codechef.com/learn/course/ciet-programming-c/CIETPC07/problems/CLB032