What is use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
What are keywords c?
What is the main differences between C and Embedded C?
Explain the difference between ++u and u++?
How can I return multiple values from a function?
How can I find the modification date and time of a file?
1,1,5,17,61,217,?,?.
Difference between exit() and _exit() function?
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,
Why is c still so popular?
i want to have a program to read a string and print the frequency of each character and it should work in turbo c
int main() { int days; printf("enter days you are late"); scanf("%d",days); if (days<=5) printf("5o paisa fine"); if (days<=10&&days>=6) printf("1rs fine"); if(days>10) printf("10 rs fine"); if(days=30) printf("membership cancelled"); return 0; } tell me whats wrong in this program? is it right?
Explain b+ tree?