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) Why can't we have instance(stack) of a class as a member of the same class like eg.Class A{A obj;} as we can have self refential pointer
2161how do you write a function that takes a variable number of arguments? What is the prototype of printf () function?
TCS,
1948
Guess the output?
Can you write an efficient code to count the number of capital letters in a file?
How is modularity introduced in C++?
Why lambda forms in python do not have statements?
List databases supported by codeigniter frameworks?
How long will it take to learn wordpress?
How do you call artisan command in laravel?
What is the difference between const vs val?
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
How to do environment configuration in laravel.
Can you please explain the scope of static variables?
What is a double c?
How can one prevent a TForm from being moved or resized?
Which is better laravel or django?
What are the 3 types of structures?