How do I use strcmp?


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

Post New Answer

More C Interview Questions

Why c language?

0 Answers  


How many types of linked lists what are they? How many types of data structures?

18 Answers   BSNL, Pivotal Software,


how can i print "hello"

3 Answers  


void main(int argc,char *argv[],char *env[]) { int i; for(i=1;i<argc;i++) printf("%s",env[i]); }

3 Answers  


What are local and global variables?

3 Answers  






What is the newline escape sequence?

0 Answers  


Is calloc better than malloc?

0 Answers  


What's a "sequence point"?

3 Answers  


how to connect oracle in C/C++.

3 Answers   TCS, Wipro,


How can I check whether a file exists? I want to warn the user if a requested input file is missing.

0 Answers  


What are file streams?

0 Answers  


what are the different storage classes in c?

0 Answers   TCS,


Categories