Explain how can you tell whether two strings are the same?


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

Post New Answer

More C Interview Questions

Go through this linked list concept.While traversing through the singly linked list sometimes the following code snippet "while(head != NULL)" is used and other times "while(head->link != NULL)"is used(Here head is the pointer pointing to the first node,node has two parts data part and link part).What is the difference between head != NULL and Head->link != NULL and in which situation are they used?

1 Answers   Oracle,


How do you sort filenames in a directory?

0 Answers  


How do you print only part of a string?

0 Answers  


Why do we use int main?

0 Answers  


can we print any string without using terminator?

2 Answers   Infosys, TCS,






What are the three constants used in c?

0 Answers  


What is I ++ in c programming?

0 Answers  


What are the rules for the identifier?

0 Answers  


Explain what are the different file extensions involved when programming in c?

0 Answers  


Can you pass an entire structure to functions?

0 Answers  


if ENTERED FIVE DIGITS DESIGN A PROGRAM THAT WILL FIND CORRESPONDING VALUE FROM ASCII TABLE

1 Answers  


What are the various types of control structures in programming?

0 Answers  


Categories