Q.1.
An ____________ is an object that encapsulates information about an unusual program occurrence
Q.2.
Which of the following cannot be a structure member?
Q.3.
When does the code block following while(x<execute?
Q.4.
Int main(){ int a =b = a = b++ + a++; b = ++b + ++a; printf("%d %d n", a, b);}
Q.5.
Fill in the blanks to display the result of the multiplication of x and y.int x = 42;int y = 7;int z = x __ y;Console.WriteLine( __ );
Q.6.
Is the syntax for the following C statement correct?:scanf("%d", input);
Q.7.
Which of the following is not logical operator?
Q.8.
Input/output function prototypes and macros are defined in which header file?
Q.9.
What punctuation is used to signal the beginning and end of code blocks?
Q.10.
What is the default return type if it is not specified in function definition?
Q.11.
A : Hi you look so happy todayB : Yes, sureA : Spill the tea pleaseB : I won the writing contest Competition !A : Wow... B : Thanks
Q.12.
Which type of variables can have the same name in a different function?
Q.13.
#include statement must be written __________
Q.14.
The format identifier ‘%i’ is also used for _____ data type.
Q.15.
The following are the expressions of congratulating, except
Q.16.
Ben : Yes, I think so (1)Ann : They look so cute (2)Ben : Oh my God! So many puppies, where did you get them? (3)Ann : I got them from the animal shelter. (4)Please put the sentences in the right order to make a good dialogue!
Q.17.
Situation : You meet your friend at school with her new hair style.The correct sentence to compliment her is ...
Q.18.
If you want to compliment someone because he won a singing contest, what will you say?
Q.19.
These are the expressions of responding compliment, except ...
Q.20.
Which following statement is true?