![]() |
| Home | Tech FAQ | Interview Questions | Placement Papers | Tech Articles | Learn | Freelance Projects | Online Testing | Geeks Talk | Job Postings | Knowledge Base | Site Search | Add/Ask Question |
![]() 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 ... 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 Latest Answer : Answer is Cbecause IO devices have IO buffer. It will buffer the data before it does IO action. ... Latest Answer : Tree is a finite set of nodes which is non empty by definition, a specially designated node called root and distinct subsets , each subset is again a tree. Types of trees:1.Binary trees2.B+ trees3.B* trees4.Balanced trees5.AVL trees6.Forest..................etc ... Stacks and queues are
A. primitive data structures
B. non-primitive data structures
C. non-linear data structures....
D. data types 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
Sponsored Links
| ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||