Question from the Language C - Fundamentals test

Archived

How should we instantiate the variable “single” to see the message “you are a heart to take”?

int main() 
    {
        int single; 
        if(single)
        {
            printf(“you are a heart to take\n”);
        } 
        else
        {
        printf(""your heart is taken\n");
        }
        return 0;
    } 
Author: KahinaStatus: Archived(New question!)Question passed 8 times
0
Community EvaluationsNo one has reviewed this question yet, be the first!