What is the output of the following program: #include 'stdio.h' int main( ) { printf( '%d %d' - sizeof(' ') - sizeof(NULL) ); return 0; }

🎲 Try a Random Question  |  Total Questions in Quiz: 95  |  🧠 Study this quiz with Flashcards
This question is part of a full practice quiz:
C Programming Fundamentals Test — practice the complete quiz, review flashcards, or try a random question.


What is the output of the following program: #include 'stdio.h' int main( ) { printf( '%d %d' - sizeof(' ') - sizeof(NULL) ); return 0; }