Recent questions tagged programming

0 votes
1 answer
781
0 votes
1 answer
782
Enumeration is a process ofDeclaring a set of numbersSorting a list of stringsAssigning a legal values possible for a variableSequencing a list of operators
1 votes
1 answer
784
1 votes
0 answers
786
A message in Windows programming is actually in the form of:A character stringA character constantAn integer constantA float constant
0 votes
1 answer
787
2 votes
2 answers
788
0 votes
3 answers
790
Match the following with respect to the jump statements $:$$\begin{array}{cIcI} & \textbf{List – I} && \textbf{List – II} \\ \text{a.} & \text{return} & \text{i.} ...
0 votes
2 answers
791
0 votes
1 answer
792
5 votes
2 answers
793
Can Someone explain either Tree or Stack method to trace out this recursion ?What is the output of this Program ?
1 votes
1 answer
794
______ comparisons are necessary in the worst case to find both the maximum and minimum of n numbers.2n – 2n + floor (lg n) – 2floor ($\frac{3n}{2}$) – ...
0 votes
1 answer
795
Leaves of which of the following trees are at the same level?A. Binary treeB. B-treeC. AVL-treeD. Expression tree
2 votes
2 answers
796
In C, what is the effect of a negative number in a field width specifier?the values are displayed right justifiedthe values are displayed centeredthe values are displayed...
5 votes
4 answers
797
Which of the following programming language(s) provides garbage collection automaticallyLispC++FortanC
6 votes
3 answers
799
A one dimensional array A has indices 1....75. Each element is a string and takes up three memory words. The array is stored at location 1120 decimal. The starting addres...
0 votes
1 answer
801
In while loop semicolon at the end of while create infinite loopBut in do while(); semicolon at the end of while don't create infinite loop.actually it is correct syntax ...
0 votes
0 answers
802
0 votes
1 answer
803
1:Where I find printf body in turbo cI know the prototype defined in stdio.h header file but body is not there?2:why without include header file program successfully comp...
0 votes
1 answer
804
0 votes
1 answer
808
The valid pointer operation is assigning or comparing to zero in CCan anyone explain this statement?
1 votes
2 answers
810
Why c is faster than java.