Implement a function that returns the 5th element from the end in a singly linked list of integers in one pass.
11 20408If 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 11316write a program to find the number of even integers and odd integers in a given array in c language
13 77147write 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 121466
Do variables need to be initialized?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is scope and lifetime of a variable in c?
Explain the ternary tree?
When a c file is executed there are many files that are automatically opened what are they files?
What is keyword in c?
Is array a primitive data type in c?
Is flag a keyword in c?
Explain how to reverse singly link list.
1.int a=10; 2.int b=20; 3. //write here 4.b=30; Write code at line 3 so that when the value of b is changed variable a should automatically change with same value as b. 5.
How to explain the final year project as a fresher please answer with sample project
What is header file in c?
What is a program?
What is the time and space complexities of merge sort and when is it preferred over quick sort?
What is bash c?