menu
Login
Register
search
Log In
account_circle
Log In
Email or Username
Password
Remember
Log In
Register
I forgot my password
Register
Username
Email
Password
Register
add
Activity
Questions
Unanswered
Tags
Subjects
Users
Ask
Prev
Blogs
New Blog
Exams
Quick search syntax
tags
tag:apple
author
user:martin
title
title:apple
content
content:apple
exclude
-tag:apple
force match
+apple
views
views:100
score
score:10
answers
answers:2
is accepted
isaccepted:true
is closed
isclosed:true
Recent Posts
Barc Interview Experience 2020- CSE stream
JEST 2021 registrations are open
TIFR GS-2021 Online Application portal
IIT Jodhpur Mtech AI - Interview Expierence (Summer Admission)
Interview experience at IIT Tirupati for MS program winter admission
Subjects
All categories
General Aptitude
(2.1k)
Engineering Mathematics
(8.5k)
Digital Logic
(3k)
Programming and DS
(5.1k)
Algorithms
(4.5k)
Theory of Computation
(6.3k)
Compiler Design
(2.2k)
Operating System
(4.7k)
Databases
(4.3k)
CO and Architecture
(3.5k)
Computer Networks
(4.3k)
Non GATE
(1.2k)
Others
(1.3k)
Admissions
(595)
Exam Queries
(838)
Tier 1 Placement Questions
(16)
Job Queries
(71)
Projects
(19)
Unknown Category
(1.1k)
Recent Blog Comments
Yep, the problem was the theme 😅. I can see...
@Ayush I think problem is because of dark theme,...
then only someone from the officials can help...
Nope, it doesn't. I have tried everything.
hover mouse over "Taken " (or anywhere in that...
Network Sites
GO Mechanical
GO Electrical
GO Electronics
GO Civil
CSE Doubts
x86 call instruction. Please explain the answer to this question.
0
votes
43
views
asked
Nov 4, 2018
in
CO and Architecture
`JEET
43
views
answer
comment
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
0
Answers
← Prev.
Next →
← Prev. Qn. in Sub.
Next Qn. in Sub. →
Related questions
0
votes
0
answers
1
238
views
Programming in C: Find the Output of function call A(6). Please explain the approach for such questions
A(n) {if(n<1) return (1); else return A(n-2)+B(n-1);} B(n) {if(n<=1) return 1; else return B(n-1)+A(n-2);}
asked
Mar 10, 2019
in
Programming
Nishi Agarwal
238
views
1
vote
1
answer
2
108
views
In this question the answer given is option (A) how it will come ?? Explain??
asked
Aug 28, 2016
in
Algorithms
Çșȇ ʛấẗẻ
108
views
2
votes
1
answer
3
3.1k
views
Morris Mano Numerical please explain this easy question
Starting from an initial value of R=11011101, determine the sequence of binary values in R after a logical shift-left, followed by a circular shift-right, followed by a logical shift-right and circular shift-left.
Starting from an initial value of R=11011101, determine the sequence of binary values in R after a logical shift-left, followed by a circular shift-right, followed by a logical shift-right and circular shift-left.
asked
Nov 3, 2016
in
CO and Architecture
LavTheRawkstar
3.1k
views
co-and-architecture
computer
digital-logic
0
votes
1
answer
4
90
views
answer is b please explain how?
You are given a list of 5 integers and these integers are in the range from 1 to 6. There are no duplicates in list. One of the integers is missing in the list. Which of the following expression would give the missing number? ^ is bitwise XOR operator. ~ is bitwise NOT operator. Let ... 1 ^ 2 ^ 3 ^ 4 ^ 5 (d) ~(list[0] ^ list[1] ^ list[2] ^ list[3] ^ list[4])
You are given a list of 5 integers and these integers are in the range from 1 to 6. There are no duplicates in list. One of the integers is missing in the list. Which of the following expression would give the missing number? ^ is bitwise XOR operator. ~ is bitwise NOT operator. Let elements of list can be accessed ... [4] ^ 1 ^ 2 ^ 3 ^ 4 ^ 5 (d) ~(list[0] ^ list[1] ^ list[2] ^ list[3] ^ list[4])
asked
Dec 16, 2018
in
Programming
Mak Indus
90
views
...