![]() Related Questions
In the select clause which of the following can be used to group the data
A. group by
B. order by
C. In the select clause which of the following can be used to group the data
A. group by
B. order by
C. having
D. none Latest Answer : Hi,The data that is sent by the application layer to transport layer is in the form of data at the transport layer this data is divided into the packets and then itese packets will send to the internet layer,So the ans. Packets ... If Link list is used to implement a stack what operations should be implemented :
A. insert front, delete front
B. insert front, delete rear
C. insert rear, delete front
D. none of these Link list is implemented as a structure (data, link *), How is pointer moved to the next node, cursor points to the present node.
A. cursor == cursor->link
B. cursor ++
C. ++ cursor
D. none of these Tags : Pointer
Data Terminal equipment
Which segment is not used by Microprocessor?
A. data segment
B. extended segment
C. information segment
D. none of these ACL stands for
A. access central limit
B. access control limit
C. access control list
D. Both A and B Latest Answer : Answer is Cbecause IO devices have IO buffer. It will buffer the data before it does IO action. ... Stacks and queues are
A. primitive data structures
B. non-primitive data structures
C. non-linear data structures....
D. data types 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
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||