Which header file is essential for using strcmp function?


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

Post New Answer

More C Interview Questions

I just typed in this program, and it is acting strangely. Can you see anything wrong with it?

0 Answers  


what is the advantage of function pointer

16 Answers   CMC, CS, Freshdesk, L&T, LG Soft, Matrix, TCS,


how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12

0 Answers  


Explain what is dynamic data structure?

0 Answers  


What is the proper way of these job Tell me about there full work

0 Answers   EDS,


How to convert decimal to binary in C using recursion??

4 Answers   HP, IBM,


write a program to copy the string using switch case?

0 Answers   Mind Tree,


Explain function pointer with exapmles.

2 Answers  


extern static int i func() { i =10; i++; printf("%d \n",i); } main() { i =20; printf("%d \n",i); func(); printf("%d \n",i); }

2 Answers  


What is a pointer variable in c language?

0 Answers  


Between macros and functions,which is better to use and why?

0 Answers  


Write a program to print distinct words in an input along with their count in input in decreasing order of their count..

1 Answers  


Categories