Explain what?s happening in the first constructor: public
class c{ public c(string a) : this() {;}; public c() {;} }
How is this construct useful?
Answer / vijaykumar
When constructor public c(string a) is called to construct
an object, it first calls the default constructor then the
initialisation procedures in public c(string a).
| Is This Answer Correct ? | 4 Yes | 0 No |
How can I rethow can I return a sequence of random numbers which dont repeat at all?
Write an algorithm for a program that receives an integer as input and outputs the product of of its digits. E.g. 1234 = 24, 705 = 0
Describe static function with its usage?
Is c programming hard?
what is the difference between c and java?
What are the advantages of c language?
What is Heap?
How can I get random integers in a certain range?
how many keywords are available in 'c' language a) 32 b) 34 c) 45 d) 48
what is the difference b/w compiler and debugger?
WRITE A PROGRAM IN C TO MULTIPLY TWO 2-D ARRAYS
which is an algorithm for sorting in a growing Lexicographic order