11th Grade Data Type Quizzes, Questions & Answers
Sort By Grade
11th GradeTop Trending Quizzes
Questions: 9 | Attempts: 163 | Last updated: Nov 1, 2024
-
Sample QuestionPredict the output of following program. Assume that the numbers are stored in 2's complement form. #include<stdio.h> int main() { unsigned int x = -1; int y = ~0; if(x == y) printf("same"); else printf("not same"); return 0; }
Advertisement