Python Related (3312)
PHP Related (7341)
Scala (340)
R Programming (396)
Kotlin (184)
Apache Groovy (39)
Ruby (245)
Go Programming Language (139)
Objective-C (429)
Programming Languages AllOther (746) How can you quickly find the number of elements stored in a a) static array b) dynamic array ? Why is it difficult to store linked list in an array?how can you find the nodes with repetetive data in a linked list?
1300Suppose that data is an array of 1000 integers. Write a single function call that will sort the 100 elements data [222] through data [321].
1471How can you quickly find the number of elements stored in a static array? Why is it difficult to store linked list in an array?
991How can you quickly find the number of elements stored in a dynamic array? Why is it difficult to store linked list in an array?
1049
What are events in smartforms?
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
What is yield in ruby?
Explain the three levels of access control for ruby methods?
main() { inta=10,b=20; a>=5?b=100:b=200; printf("%d ",b); }
How to upgrade valet to valet 2.0?
What are friend classes?
Explain which is the best multi-lingual plugin for wordpress?
What is the default session timeout duration?
Here is a good puzzle: how do you write a program which produces its own source code as output?
What does int main () mean?
What is bootstrap in drupal?
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
Is empty in excel?
What is difference between post and pages in wordpress?