What is strcmp in c?
No Answer is Posted For this Question
Be the First to Post Answer
write a own function to compare two strings with out using stringcomparition function?
What is a #include preprocessor?
What is function prototype in c language?
Explain what is the general form of a c program?
how we can make 3d venturing graphics on outer interface
What is a const pointer in c?
How can I remove the leading spaces from a string?
What are shell structures used for?
What are header files? What are their uses?
# define x=1+4; main() { int x; printf("%d%d",x/2,x/4); }
What is a C array and illustrate the how is it different from a list.
to print the salary of an employee according to follwing calculation: Allowances:HRA-20% of BASIC,DA-45% of BASIC,TA-10%. Deductions:EPF-8% of BASIC,LIC-Rs.200/-Prof.Tax:Rs.200/- create c language program?