Q.1.
A : You get the highest score in Math test. ___________B : Thank you.A : Can you give me the tips to master Math well?B : I love to review the material everyday in order to master the subject.
Q.2.
Stevi : Dad, finally I won the scrabble contest !Dad :
Q.3.
These following words have similar meaning with 'congratulate' except...
Q.4.
Boy : ...., YogaYoga : Thank you so much. I wouldn't get here without you.Boy : It's not me, It's your hard work.Yoga : But, I'm nothing without your guidance. Thank you so much.
Q.5.
Rizkia : Congrats for becoming the winner of regional contest. I wish you Will be the winner in national contest.Sari :
Q.6.
Destri : Mom, Alhamdulillah, I passed the final exam. How happy I am!Mom : ....... proud of you dear
Q.7.
Suppose one of your friends win a National Debate Competition.What Will you say to express your congratulation?
Q.8.
These following expressions are used to give a compliment, except...
Q.9.
Siska : Hi Tyas, I heard the news! You are chosen as our employee of the month..... You deserve it!Tyas : Thank you so much!
Q.10.
What is the proper response when someone compliment your appearance?
Q.11.
You can have more than one main function.
Q.12.
What is the output of this C code?#include <stdio.h>int main(){ printf("Hello World! %d \n", x); return 0;}
Q.13.
Which of the following is not a correct variable type?
Q.14.
Which of the following is the correct operator to compare two variables?
Q.15.
What is the correct value to return to the operating system upon the successful completion of a program?
Q.16.
What is the only function all C programs must contain?
Q.17.
The compiler ignores comments and they are not translated into machine language.
Q.18.
The "\n" character does which of the following operations?
Q.19.
Which arithmetic operator in C returns the integer remainder of the result of dividing its first operand by its second?
Q.20.
Which of the following correctly shows the hierarchy of arithmetic operations in C?