What are the applications of c language?
No Answer is Posted For this Question
Be the First to Post Answer
What is #include cctype?
Explain what is the benefit of using enum to declare a constant?
What is else if ladder?
main difference between c and c++ language
say the following declaration is correct nr not. int b=a,n=0;
dibakar & vekatesh..uttejana here..abt ur reply for in place reversal of linked list..wats p stands for there?
What is a lvalue
what is the function of void main()?
How to swap two values using a single variable ? condition: Not to use Array and Pointer ?
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,
what is the use of ‘auto’ keyword?
What is wrong with this initialization?