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 6234Go 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 3951There 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 9357I 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 6575am from coimbatore.am learning php&mysql. what will be the approx salary for me if i get a job in coimbatore.
HCL,
2128if 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 3551What is test execution and when will we start execution please send me one example for this question
1953WHat is execution in manual testing and when will we start execution and what language we use in execution
2015
What is the basic concept of c++?
What is __ init__ in python?
What is CLI in R?
What is the use of session framework in Django?
Is youtube written in python?
Have you used lumen before?
Can we migrate code from Java to Kotlin?
Hello Friends,I am seeking for a job in php having 9 months. exp.Please suggest any company openings.
what is the use of include_once in php?
What is microsoft visual c++ 2008 redistributable and do I need it?
Describe nchar() in r string manipulation?
How would you use the functions memcpy(), memset(), memmove()?
Can we use php variable in javascript?
What is the maximum combined length of command line arguments including the space between adjacent arguments?
How to create dynamic array in python?