Previous 10 Questions — JAMIA MILLIA ISLAMIA MCA 2023
Nearest first
1
2
3
4
5
6
7
8
9
10
Minimum & Maximum range of values for ‘float’ data type in C is:
Topic: JAMIA MILLIA ISLAMIA MCA 2023
How will this call assign values when the user input is `29␠w` (a space between 29 and w)?
scanf("%i%c", &i, &c);
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the output of following C program?void e(int x){ if (x > 0) { …
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the output of the following C program?int main(){ char ch = 'A'; int x = 97;&nb…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What is the output of the following C code segment?int i;for(i = 0; i <= 2; i++){ switch(i)  …
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What will be output of following statements?
char ch;
ch = 130;
printf("\nvalue of ch=%d", ch);
Topic: JAMIA MILLIA ISLAMIA MCA 2023
What will be output of following statements?
int n1 = 3, n2 = 6, a;
printf("(n1 ^ n2) + (a ^ a) = %d", (n1 ^ n2) + (…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Consider the following C language declarations & statements.
Which statement is erroneous?
float f1 = 9.9;
float f…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Convert $(10025)_{10}$ to hexadecimal $(?)_{16}$
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which of the following is an encoding scheme created for Indian scripts?
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
C was originally developed in the 1970s by Dennis Ritchie at Bell Telephone Laboratories, Inc.,
which is an outgrowth…
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Multiply 1101 by 1011 (binary multiplication):
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Subtract $(2761)_8$ from $(6357)_8$ :
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these is NOT correct pairing?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these does NOT support VoIP?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
By using .............. addition or subtraction of signed numbers are performed.
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which statement out of these is NOT correct about multiprocessor systems?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which file format is NOT suitable for SD card in Android phone?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Which out of these is NOT a type of ROM?
Topic: JAMIA MILLIA ISLAMIA MCA 2023
Select the next to smallest memory size from the given options:
Topic: JAMIA MILLIA ISLAMIA MCA 2023