Company Name Starts with ...
#  A  B  C  D  E   F  G  H  I  J   K  L  M  N  O   P  Q  R  S  T   U  V  W  X  Y  Z

College School Exams Tests C++ Code Interview Questions
Questions Answers Views Company eMail

Min-Max Write an algorithm that finds both the smallest and largest numbers in a list of n numbers and with complexity T(n) is at most about (1.5)n comparisons.

10 43439

Write a program using one dimensional array that accept five values from the keyboard. Then it should also accept a number to search. This number is to be searched if it among the five input values. If it is found, display the message “Search number is found!” otherwise, display “Search is lost”. Example: Enter 5 numbers: 10 15 20 7 8 Enter number to search: 7 Search number is found!

2 20178

Post New College School Exams Tests C++ Code Interview Questions


College School Exams Tests C++ Code Interview Questions


Un-Answered Questions

What will you do when scavenge fire happened?

1475


What is the use of jmstemplate in spring?

457


How can you demonstrate between azure mobile service and web api?

273


What are the three pl sql block types?

571


What should malloc(0) do? Return a null pointer or a pointer to 0 bytes?

585






what is direct binding?

542


Share one incident where the sales job would be a learning experience for you?

816


Explain public cloud?

353


How would a file name EXAMPLEFILE.TXT appear when viewed under the DOS command console operating in Windows 98?

293


What is the spa (single page application) in angularjs?

434


How many modes are there in python?

467


#include show(int t,va_list ptr1) { int a,x,i; a=va_arg(ptr1,int) printf(" %d",a) } display(char) { int x; listptr; va_star(otr,s); n=va_arg(ptr,int); show(x,ptr); } main() { display("hello",4,12,13,14,44); }

768


Are goroutines thread safe?

434


Where is ejb used?

522


on creation of entity how many tables will be created at back end?

342