If the angle of incidence is less than angle of critical angle then there is loss in cladding due to
A. Rayleigh's scattering
B. scattering
C. absorption
D. bending
A
Latest Answer: option D.Because Rom is not a primary memory ...
Latest Answer: A. Random ...
What is the output of the program?
main()
{
char a='123'
printf ("%c n",a);
return 0;
}
A. ASCII value of 121
B. 1
C. 3
D. none of these
Alt+F
Latest Answer: file menu can be accssd by F10 OR ALT+F ...
Latest Answer: Obviously XP.XP is one of the latest of 98,2000 and NT by Microsoft. XP was released in 2002. And the latest by Windows now a days is Windows Server 2003. Also Windows Vista is coming up. And there is also 64 bit version available of Windows.- By Ronak ...
Stacks and queues are
A. primitive data structures
B. non-primitive data structures
C. non-linear data structures....
D. data types
Latest Answer: A ...
Latest Answer: A waterfall model is linear model because it performs the operations step by step
Once it completes the analysis phase then it will enter into design phase
Such as it performs each opertios step by step
Once we enter one phase it can't be revert ...
In queue where do you insert a data?
A. front
B. rear
C. middle
C program code
int zap(int n)
{
if(n<=1) then zap=1;
else zap=zap(n-3)+zap(n-1);
}
then the call zap(6) gives the values of zap
A. 8
B. 9
C. 6
D. 12
E. 15
View page << Previous 1 2 3 4 [5] 6 7 8 9 10 Next >>

Go Top