What is difference between union All statement and Union?
No Answer is Posted For this Question
Be the First to Post Answer
What is a macro, and explain how do you use it?
What is an object?
What is scope and lifetime of a variable in c?
write a string copy function routine?
In which mode we open the file for read,write and append also in c ? a)W b)w+ c)r+ d)a
How to write a C program to determine the smallest among three nos using conditional operator?
Write the test cases for checking a variable having value in range -10.0 to +10.0?
What is time complexity c?
what is the flow of execution in cprogram? ex:printf();,scanf();
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,
How do you define CONSTANT in C?
What does c mean in basketball?