-->



Zensar Placement Paper



1. void main()
{
int i=0;
for( ; ; )
{
if(i<10)
{
print("%d",i);
break;
}
}

2.which converts the assembly lang into objectcode.
(1) compiler. (2) linker.
ans:-compiler

3.which protocol is used When file through internet is send from one server to another server.
(1)x.25 (2)SMTP
(3)TELNET.

4.which protocol is used for file transfer
(1)ftp (2)tftp

5.What is the output of program
void main()
{
int i;
{ int i=3;
printf("%d",i);
}
}

6.Recursion is used to
ans:-(1)reduce the execution time

7. Accessing of tap in a machine is like
(1)stack
(2)queue
(3)file

8.The tuple in a table represent the
1)Domain
2)relations