#includestdio.hint check(int);int main(){int i=48, c;c = check(i);printf("%d\n", c);return 0;}int check(int ch){if(ch = 45)return 11;elsereturn 10;}
#includestdio.hint main(){int i=1;if(i==-1)printf("Hi");elseprintf("Hello");return 0;}
class X implements Runnable{public static void main(String args[]){/* Missing code? */}public void run() {}}Which of the following line of code is suitable to start a thread ?