How many types of errors are there in c language? Explain
No Answer is Posted For this Question
Be the First to Post Answer
What is encapsulation?
Write a program to check whether a number is prime or not using c?
What is the value of a[3] if integer a[] = {5,4,3,2,1}?
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 doesnt that code work?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
State the difference between realloc and free.
Can you write a programmer for FACTORIAL using recursion?
What is the easiest sorting method to use?
What are the Advantages of using macro
Give a method to count the number of ones in a 32 bit number?
provide an example of the Group by clause, when would you use this clause