Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR C

boolean input in c

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

bool b;
int temp;

scanf("%d", &temp);
b = temp;
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #boolean #input
ADD COMMENT
Topic
Name
2+4 =