diff between exptected result and requirement?
No Answer is Posted For this Question
Be the First to Post Answer
write a programming in c to find the sum of all elements in an array through function.
Can you write the algorithm for Queue?
0 Answers College School Exams Tests, TCS,
what is recursion in C
Explain can static variables be declared in a header file?
Write the Program to reverse a string using pointers.
On most computers additional memory that is accessed through an adapter of feature card along with a device driver program. a) user memory b) conventional memory c) expandedmemory d) area
What is 02d in c?
What is the default value of local and global variables in 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,
main() { int a = 65; printf(“%d %o %x”,a,a,a); } Output 65 101 41 Please explain me.How it is coming like that?
How to get string length of given string in c?
What are the uses of pre-processor directives?