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) Is following functions are said to be overloaded? int add(int a,int b) char *add(int a,int b)
4 5986Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?
1 3863There are 8 billiard balls, and one of them is slightly heavier, but the only way to tell was by putting it on a weighing scale against another. What's the fewest number of times you'd have to use the scale to find the heavier ball?
5 9134I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
2 6455am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
HCL,
2068if we want to move all the items that are already added in a combobox into an empty list box or vice-versa then how can it possible in vb or C# ?
1 3447What is test execution and when will we start execution please send me one example for this question
1882WHat is execution in manual testing and when will we start execution and what language we use in execution
1948
How for loop will works in python?
Why django ? What is advantages of Django ?
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
Which orm does yii2 supports?
What do you mean by scope of a variable in c?
Tell me something about shinyr.
Which header file is essential for using strcmp function?
What are the server requirements for laravel 6.0?
What is sorted in python?
What are meta-tags in wordpress?
How to use gui that comes with python to test your code?
How to construct a new s3 class?
Is swift a good first language?
What is c method?