I need a sort of an approximate strcmp routine?


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

Post New Answer

More C Interview Questions

Difference between exit() and _exit() function?

0 Answers  


Write a Program to find whether the given number or string is palindrome.

0 Answers   InterGraph,


Can we declare a function inside a function in c?

0 Answers  


Explain what does the function toupper() do?

0 Answers  


What are data structures in c and how to use them?

0 Answers  






What is the correct declaration of main?

0 Answers  


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


how should functions be apportioned among source files?

0 Answers  


if a is an integer variable, a=5/2; will return a value a) 2.5 b) 3 c) 2 d) 0

0 Answers  


Which is not valid in C? 1) class aClass{public:int x;} 2) /* A comment */ 3) char x=12;

7 Answers  


What does node * mean?

0 Answers  


Explain bit masking in c?

0 Answers  


Categories