What is extern c used for?
No Answer is Posted For this Question
Be the First to Post Answer
If 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 Answers Microsoft, Motorola,
illustrate the use of address operator and dereferencing operator with the help of a program guys plzzz help for this question
What is the use of the function in c?
can you change name of main()?how?
What is wrong with this statement? Myname = 'robin';
Why is sizeof () an operator and not a function?
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
What is pointer to pointer in c with example?
5. distance conversion: Convert a distance from miles to kilometers .there are 5280 feets per mile,12 inches per foot .2.54 centimeters per inch and 100000centimeters per kilometer
which one is better structure or union?(other than the space occupied )
input any 4 digit number and find the difference of all the digits?
There is a number and when the last digit is moved to its first position the resultant number will be 50% higher than the original number.Find the number?