What is linear search?


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

Post New Answer

More C Interview Questions

write a program to print infinte number

4 Answers  


How to write a multi-statement macro?

0 Answers  


What is the difference between the local variable and global variable in c?

0 Answers  


How many identifiers are there in c?

0 Answers  


int j =15,i; for (i=1; 1<5; ++i) {printf ("%d%d ",j,i); j = j-3; }

2 Answers  






What is #include cctype?

0 Answers  


Explain how can I pad a string to a known length?

0 Answers  


how to swap 2 numbers within a single statement?

4 Answers  


the number of measuring units from a arbitrary starting point in a record area or control block to some other point a) branching b) recording pointer c) none d) offset

0 Answers  


What should not contain a header file?

2 Answers  


Explain how do you sort filenames in a directory?

0 Answers  


#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?

4 Answers   Infosys,


Categories