237 views

Please log in or register to answer this question.

Related questions

5 votes
5 votes
1 answer
3
Tuhin Dutta asked Nov 14, 2017
1,435 views
#include <stdio.h>int main(){ int check = 20; const int arr[] = {10, 20, 30}; switch (check) { case arr[0]: printf("Tuhin "); case arr : printf...