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

program that accepts amount in figures and print that in words

2 Answers   Infosys, Lovely Professional University, Wipro,


can we have joblib in a proc ?

0 Answers  


Explain why can’t constant values be used to define an array’s initial size?

0 Answers  


What's wrong with "char *p; *p = malloc(10);"?

5 Answers  


HOW TO ANSWER IF ASKED " WHAT KIND OF A PERSON ARE YOU?" I NEED AN ANSWER THAT IMPRESS THE INTERVIEWER

4 Answers  


10. Study the code: void show() main() { show(); } void show (char *s) { printf("%sn",s); } What will happen if it is compiled & run on an ANSI C Compiler? A)It will compile & nothing will be printed when it is executed B)it will compile but not link C)the compiler will generate an error D)the compiler will generate a warning

5 Answers   Accenture,


#include main() { enum _tag{ left=10, right, front=100, back}; printf("left is %d, right is %d, front is %d, back is %d",left,right,front,back); }

0 Answers   Wilco,


plz answer....A program that takes 3 variables e.g a,b,c in as seperate parameters and rotates the values stored so that value goes a to b, b to c and c to a .

3 Answers  


Which of these functions is safer to use : fgets(), gets()? Why?

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  


print the table 5 in loops

3 Answers  


Write the following function in C. stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.

4 Answers   OpenFeel,


Categories