How pointer is different from array?
No Answer is Posted For this Question
Be the First to Post Answer
what is diognisis?
Why data types in all programming languages have some range? Why ritche have disigned first time likethat?Why not a single data type can support all other types?
hat is a pointer?
Wt are the Buses in C Language
What is c definition?
HOW DO YOU HANDLE EXCEPTIONS IN C?
provide an example of the Group by clause, when would you use this clause
here is a link to download Let_Us_C_-_Yashwant_Kanetkar
What are local static variables? How can you use them?
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,
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
Write the syntax and purpose of a switch statement in C.