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

How can type-insensitive macros be created?

0 Answers  


what are the general concepts of c and c++

2 Answers  


How can I read a directory in a C program?

2 Answers   Bright Outdoor, Wipro,


Is fortran faster than c?

0 Answers  


what is diognisis?

1 Answers  






Given a valid 24 hour format time find the combination of the value and write a program ,do not hard the value and if any other inputs provided should work with the logic implemented Input: 11:30 Output: 13:10 Input: 18:25 Output: 21:58

0 Answers   Zoho,


write a c program for swapping two strings using pointer

0 Answers  


5. What kind of sorting is this: SORT (k,n) 1.[Loop on I Index] repeat thru step2 for i=1,2,........n-1 2.[For each pass,get small value] min=i; repeat for j=i+1 to N do { if K[j]<k[min] min=j; } temp=K[i];K[i]=K[min];K[min]=temp; 3.[Sorted Values will be returned] A)Bubble Sort B)Quick Sort C)Selection Sort D)Merge Sort

2 Answers   Accenture,


regarding the scope of the varibles;identify the incorrect statement: a.automatic variables are automatically initialised to 0 b.static variables are are automatically initialised to 0 c.the address of a register variable is not accessiable d.static variables cannot be initialised with any expression

1 Answers   TCS,


Is it possible to have a function as a parameter in another function?

0 Answers  


how can we use static and extern?and where can we use this?

3 Answers   Excel,


What are pointers in C? Give an example where to illustrate their significance.

0 Answers   Wipro,


Categories