retagged by
649 views
0 votes
0 votes
Consider a string is stored in a word addressable memory where each word is of 4 Bytes. If the string starts at 100 and ends at 104 then which of the following can be the possible string(s) that can be stored.

A)STRUCTURE

B)UNION

C)POINTER

D)FUNCTION
retagged by

Please log in or register to answer this question.

Related questions

613
views
0 answers
0 votes
Pranavpurkar asked Sep 27, 2022
613 views
Which of the following is/are true regarding the following code snippet?1:int *p;2:p = &q; A)*p gives faster retrieval of information than q.B)The size ... statement 2 gives an error.D)In statement 1, * is used as a dereferencing operator.
303
views
1 answers
2 votes
215
views
1 answers
1 votes
lovish_bhatia asked Dec 13, 2023
215 views
please explain this question
890
views
2 answers
1 votes
Nisha Bharti asked Sep 21, 2022
890 views
In a stop and wait ARQ, Bandwidth Delay product is 20,000 bits. Given the frame size is 1000 bits. What is the percentage of utilization of link if we have a protocol that can send 15 frames without waiting for acknowledgement?