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) Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
11 20522If we have an array of Interger values, find out a sub array which has a maximum value of the array and start and end positions of the array..The sub array must be contiguious. Take the start add to be 4000. For Ex if we have an array arr[] = {-1,-2,-5,9,4,3,-6,8,7,6,5,-3} here the sub array of max would be {8,7,6,5} coz the sum of max contiguous array is 8+7+6+5 = 26.The start and end position is 4014(8) and 4020(5).
5 11356what is the size of this class class size { public: char data1; double d; int data2; char data3; double data4; short data5; }; please explain the padding for these double variables.
9 11567write a program to find the number of even integers and odd integers in a given array in c language
13 77252write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
18 121576
how to track user logged out or not? when a user is idle?
What is array of structure in c?
How can you disable comments in wordpress?
How the virtual functions maintain the call up?
Is drupal a mvc?
Is age a variable in research?
What is a pointer how and when is it used?
What is call by value in c?
List some database related query functions in yii?
what exactly are iterator, iterable, and iteration?
How do I find joomla version?
What do you mean by implicit parameters?
Which is better django or laravel?
How can I generate floating-point random numbers?
Write the syntax to create a function in go programming language?