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

how to construct a simulator keeping the logical boolean gates in c

0 Answers  


PROGRAM TO WRITE CONTENTS OF 1 FILE IN REVERSE TO ANOTHER FILE,PROGRAM TO COPY 1 FILE TO ANOTHER BY SPECIFYING FILE NAMES AS COMMAND LINE

0 Answers  


what is the diference between pointer to the function and function to the pointer?

2 Answers   Infosys,


program to find the magic square

1 Answers   Infosys,


What is static volatile in c?

0 Answers  


char ch="{'H','I',0};printf("%s",ch);what is output

9 Answers   Accenture,


How to add two numbers without using semicolon at runtime

2 Answers  


Mention four important string handling functions in c languages .

0 Answers  


Difference between null pointer and dangling pointer?

7 Answers   GE, Wipro,


What is the meaning of int *x[]();?

1 Answers  


Why does everyone say not to use gets?

0 Answers  


#include<stdio.h> main() {int i=1;j=1; for(;;) {if(i>5) break; else j+=1; printf("\n%d",j) i+=j; } }

7 Answers   HCL,


Categories