Is it valid to address one element beyond the end of an array?
No Answer is Posted For this Question
Be the First to Post Answer
what is a function method?give example?
What is int main () in c?
What is the use of clrscr?
Is there a way to compare two structure variables?
Is it possible to have a function as a parameter in another function?
What is a null pointer assignment error? What are bus errors, memory faults, and core dumps?
differentiate between const char *a; char *const a; and char const *a;
2 Answers College School Exams Tests, HCL, TCS,
what is the use of keyword volatile??
helllo sir , what is the main use of the pointer ,array ,and the structure with the example of a programe
Given an array A[n+m] of n+m numbers, where A[1] ... A[n] is sorted and A[n+1] ... A[n+m] is sorted. Design a linear time algorithm to obtain A[1...n+m] sorted using only O(1) extra space. Time Complexity of your algorithm should be O(n) and Space Complexity O(1).
What does node * mean?
What are different types of operators?