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

write a c program to calculate the income tax of the employees in an organization where the conditions are given as. (I.T. = 0 if income <100000 I.T = 10% if income _< 200000 it = 20% if income >_ 200000)

7 Answers   Consultancy, DBU, FD, JK Associates, Kobe, Satyam,


1) int main() { unsigned char a = 0; do { printf("%d=%c\n",a,a); a++; }while(a!=0); return 0; } can anyone please explain the explain the output

2 Answers  


every function has return the value?

1 Answers  


What is time null in c?

0 Answers  


What tq means in chat?

0 Answers  






What is the g value paradox?

0 Answers  


Can main () be called recursively?

0 Answers  


What is the purpose of the preprocessor directive error?

0 Answers  


What is the best way to store flag values in a program?

0 Answers  


Tell me can the size of an array be declared at runtime?

0 Answers  


send me the code of flow chart generator using C-programming language amd this code should calculate the time and space complexity of the given progran and able to generate flowchart according to the given program?

0 Answers   TCS,


There is a practice in coding to keep some code blocks in comment symbols than delete it when debugging. How this affect when debugging?

0 Answers  


Categories