What is the output of the following code snippet? #include <stdio.h>
main() {
int x = 65, *p = &x;
void *q = p;
char *r = q;
printf("%c", *r);
}
(A) $A$ (B) $Z$ (C) $65$ (D) None of the above
#include <stdio.h>
main() {
int x = 65, *p = &x;
void *q = p;
char *r = q;
printf("%c", *r);
}
(A) $A$
(B) $Z$
(C) $65$
(D) None of the above
Next 10 Questions — JECA MCA 2024
Ascending by ID
1
2
3
4
5
6
7
8
9
10
ROM is a (A) Combinational Circuit (B) Static Circuit(C) Sequential Circuit (D) Magnetic Circuit
Topic: JECA MCA 2024
Each stage in pipelining should be completed within _________cycles.(A) 1 (b) 2(C) 3 (D) 4
Topic: JECA MCA 2024
Relational calculus is a (A) Procedural language (B) Non-procedural language(C) Data definition language …
Topic: JECA MCA 2024
How many parameters does a default constructor require ? (A) 1(B) 2 (C) 0(D) 3
Topic: JECA MCA 2024
An artificially intelligent car decreases its speed based on its distance from the car in front of it. Which method is …
Topic: JECA MCA 2024
The keyword friend does not appear in(A) the class allowing access to another class.(B) the class desiring access to an…
Topic: JECA MCA 2024
What is the maximum number of level-2 DFD possible if the number of
processes in level-1 DFD is n ?(A) $\frac{n}{2}$(B)…
Topic: JECA MCA 2024
The small extremely fast RAM's are termed as ______(A) Heap(B) Accumulators(C) Stack(D) Cache
Topic: JECA MCA 2024
A computer with a 32 bit wide data bus uses 4k × 8 static RAM memory chips. The smallest memory this computer is
Topic: JECA MCA 2024
K-means clustering method is an example of which type of clustering method?
Topic: JECA MCA 2024