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 to write a function that goes through an array of characters and eliminates any elements that are not letters (Legal letters can be either in an uppercase or a lowercase format.) The function removeNonLetters should return the new effective size of the array as the result.
2 5343while initialization of two dimensional arrays we can initialize like a[][2] but why not a[2][] is there any reason behind this?
4 7844hai, friend i srinu i had completed my graduation in 2004. now i am fineshed PHP course .may i get any oppartunity on php progr pls sugg me . thank u
1870how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
3192class Database { public static $_instance; public static function getInstance() { if(!isset(self::$_instance)) self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME); print_r(self::$_instance); return self::$_instance; } } can any one explain "self::$_instance = new Database(DB_SERVER, DB_USER, DB_PASS, DB_NAME);" this line
1 4820
What are the advantages of union?
What is the simplest way to find out the number of parameters passed into a function?
What is a structural principle?
how CLR identify vb file?
Is objective c similar to java?
what are the realtime excercises in C++?
What is c++ array?
What is C++11?
How do you use super in python?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
How the virtual functions maintain the call up?
How dispatch_once runs only once?
What is the goto statement useful for?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Why use route?