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

What is selection sort in c?

0 Answers  


Who is the founder of c language?

0 Answers  


What is pass by reference in functions?

0 Answers  


Study the following C program :call_me (myvar)int myvar;{ myvar +- 5; }main(){int myvar;myvar = 3;call_me(myvar);printf("%d ",myvar);What will be printed a) 3 b) 5 c) 8 d) symbol

0 Answers  


what r callback function?

1 Answers  


Explain threaded binary trees?

0 Answers  


What is the difference between array and structure in c?

0 Answers  


in multiple branching construct "default" case is a) optional b) compulsarily c) it is not include in this construct d) none of the above

0 Answers  


how to set Nth bit of variable by using MACRO

3 Answers   HCL,


Badboy is defined who has ALL the following properties: Does not have a girlfriend and is not married. He is not more than 23 years old. The middle name should be "Singh" The last name should have more than 4 characters. The character 'a' should appear in the last name at least two times. The name of one of his brothers should be "Ram" Write a method: boolean isBadBoy(boolean hasGirlFriend , boolean isMarried, int age , String middleName , String lastName , String[] brotherName); isHaveGirlFriend is true if the person has a girlfriend isMarried is true if the person is married age is the age of the person middleName is the middle name of the person lastName is the last name of the person brotherName is the array of the names of his brothers

0 Answers  


What is the correct declaration of main?

0 Answers  


Explain how are 16- and 32-bit numbers stored?

0 Answers  


Categories