MCQOPTIONS
Bookmark
Saved Bookmarks
→
Impetus
→
Aptitude & Logical - Impetus
→
Big O notation is defined for
1.
Big O notation is defined for
A.
Time and Space Complexity
B.
Optimality
C.
Searching
D.
Sorting
Answer» B. Optimality
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
int * ptr=(int *) realloc(NULL,100) is same as
output of following program #include<stdio.h> int f1( int ); void main() { int b=5; printf("%d,%d", f1(b),f1(b)); } int f1(int b) { static int n=5; n++; return n; }
The effectiveness of an algorithm is best stated in
Big O notation is defined for
Iterators are________________
What happens when the following piece of code in file1.c, is compiled and executed? namespace { Class Temp { public: int GetVal() { return 100; } }; } //end of namespace int main() { Temp oTempObj1; Cout<<otempobj1.getval()<<endl; } </otempobj1.getval()<<endl;
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply
Your experience on this site will be improved by allowing cookies. Read
Cookie Policy
Reject
Allow cookies