what is diffrence between linear and binary search in array
respect to operators?what kind of operator can be used in
both seach methods?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

What is return type in c?

0 Answers  


Q-1: Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college.

8 Answers  


WHAT IS THE DIFFERENCE BETWEEN malloc() and calloc() in c file management?

28 Answers   3D PLM, Code Studio, Deltech, IBM,


Which is an example of a structural homology?

0 Answers  


what is out put of the following code? #include class Base { Base() { cout<<"constructor base"; } ~Base() { cout<<"destructor base"; } } class Derived:public Base { Derived() { cout<<"constructor derived"; } ~Derived() { cout<<"destructor derived"; } } void main() { Base *var=new Derived(); delete var; }

3 Answers   Honeywell,






will the program compile? int i; scanf(ā€œ%dā€,i); printf(ā€œ%dā€,i);

3 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


what are the uses of structure?

7 Answers   HCL,


What is the difference between formatted&unformatted i/o functions?

0 Answers  


What are the languages are portable and platform independent?Why they are like that?

1 Answers   Excel, Satyam,


What is the purpose of sprintf() function?

0 Answers  


why i join syntel?

23 Answers   ABC, Syntel, TCS,


Categories