What does the function toupper() do?
No Answer is Posted For this Question
Be the First to Post Answer
What does calloc stand for?
List some basic data types in c?
What is encapsulation?
What is dangling pointer in c?
How to add two numbers with using function?
What is the use of pragma in embedded c?
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 return type of printf
How do you override a defined macro?
What is enumerated data type in c?
What is the need of structure in c?
How to check whether string is a palindrome, WITHOUT USING STRING FUNCTIONS?
2 Answers Aricent, Manipal University,