Which out of these is NOT the keyword C99 has added in addition to 32 keywords defined by ANSI C?
Previous 10 Questions — JAMIA MILLIA ISLAMIA MCA 2023
Nearest first
1
2
3
4
5
6
7
8
9
10
Which out of these statements is NOT true:
Topic: JAMIA MILLIA ISLAMIA MCA 2023
How many times this statement will execute:
for (; *s == *t && *t != '\0'; s++, t++)
if both character pointers ‘s’ a…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which C expression correctly represents this statement:
“It decrements pointer p before fetching the character that p…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the correct file mode that opens preexisting file in read and write mode?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
For this kind of declaration of main() function in a C program ‘copy.C’:int main(int argc, char *argv[]) { }and this ca…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Consider the following code segment:if (n > 0) for (i = 0; i < 3; i++) if…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which operator out of these has left to right associativity?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which operator out of these has got the highest precedence?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the data type of the following expression: expr₁ ? expr₂ : expr₃ if expr₁ is of type floa…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Give output of following C code:int count(unsigned x){ int b; for (b = 0; x != 0; x >>=…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Next 10 Questions — JAMIA MILLIA ISLAMIA MCA 2023
Ascending by ID
1
2
3
4
5
6
7
8
9
10
Which out of these is NOT a valid C version?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Who developed World Wide Web version 3 which is known as “Semantic Web”?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
His speech was full of affectation.
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Reading of poetry is not *congenial* to her taste.
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Select the phrase which means nearly the same as this idiomatic phrase:
“General act of forgiveness on a national occ…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Pick the antonym of *vacillating.*
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Pick the synonym of “patronage”
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Select the closest meaning of idiom “stick to one’s guns”.
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Did you think you …………….. (see) me somewhere before?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Having placed …………….. proposals before you, I now …………….. your decision.
Topic: JAMIA MILLIA ISLAMIA MCA 2023