Uncategorized C MCQ on Logical Operators 11 months ago Akshay sharma 3 Created on April 07, 2020 By user C MCQ MCQ's related to C Language 1 / 5 #include <stdio.h>void main(){int k = 0;for (k)printf("Hello");} Error No Error Run Time Error 2 / 5 When C language was launched? 1972 1971 1970 1962 3 / 5 #include <stdio.h>int main(){int y = 2;int z = y +(y = 10);printf("%d\n", z);} 12 20 4 12 or 20 4 / 5 #include <stdio.h> int main() { int x = 2, y = 0, l; int z; z = y = 1, l = x && y; printf("%d\n", l); return 0; } 1 2 0 4 5 / 5 #include <stdio.h> int main() { int x = 2, y = 0; int z = (y++) ? 2 : y == 1 && x; printf("%d\n", z); return 0; } 0 1 2 3 Your score is The average score is 13% LinkedIn Facebook Twitter 0% Restart quiz Post Views: 230 Continue Reading Next Feedback Form More Stories Uncategorized OPERATING SYSTEM MCQ SET 1 2 months ago SK. Saifuddin Uncategorized Kth largest number in linked List 8 months ago Deepanshu Python Uncategorized Install Python IDLE Editor in Windows, Linux, and Mac 9 months ago Anshika Gupta 1 thought on “C MCQ on Logical Operators” Sir,you have done brilliant work!…. Keep on doing like this quizs sir.. Reply Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website Save my name, email, and website in this browser for the next time I comment.
Sir,you have done brilliant work!….
Keep on doing like this quizs sir..