Submitted By Sameer Biswas
Package: 16 Lakh
Paper Type: CSE B Tech/M Tech /PHD
Experience: Question is base on C/C++/Algo ,OS(little),Puzzles mixed Aptitude.
Questions: 30 questions and 2 programs time 1 hour.
All Questions are multiple type. I just mention the questions options not remember
Section A:
1. Find the value of n the following code:
int F(int n)
if( n!=0& !(n&(n-1)))
printf("%d",n)
n is
i. Even no
ii. Odd nos
iii. Non zero numbers
iv. Number with power 2
Ans: iv.