What is linear search?


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

Post New Answer

More C Interview Questions

what is the difference between arrays and linked list

26 Answers   MAHINDRA, Tech Mahindra, Wipro,


Given an array of characters, how would you reverse it? How would you reverse it without using indexing in the array?

1 Answers   Microsoft,


Which is better oop or procedural?

0 Answers  


How to add two numbers without using semicolon n c????

3 Answers  


What is the difference between malloc calloc and realloc in c?

0 Answers  






what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer

2 Answers  


write a c program to remove all the duplicate characters in a string and replace with single character? ex:-input- AAABBBCCC output- ABC

2 Answers   HCL,


What is dynamic memory allocation?

0 Answers  


How does free() know how many bytes to free?

8 Answers  


What are compound statements?

0 Answers  


what is default constructor?

2 Answers   HCL,


void main() { int i=5; printf("%d",i+++++i); }

17 Answers   ME,


Categories