answersLogoWhite

0

strcmp

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

C program for comparison of dates using structures?

C program for comparison of dates using structures


Program to display multiplication of two matrix?

The matrix multiplication in c language : c program is used to multiply matrices with two dimensional array. This program multiplies two matrices which will be entered by the user.


Can you have two mains in a c program?

No you can't. main() is the entry point of a C program where execution starts. Only a single main() can exist in a C program. A program with 2 mains wil not even compile successfully.


Write a programme for substraction of two numbers in c language?

substracion of any two number program in c


Can you use two main in C programme?

No. You can only have one main() function in a C or C++ program.Note:If this question means "Will the OS start two threads/processes if I have two public scope 'main' functions in my program?"then the answer is "No, even if you could link such program, which you cannot."


Two letter words with c?

There are no 2-letter English words with C.


How to write aC program to merge two singly linked list?

write a c program to circular queue


Is there a c program to multiply two polynomials using linked lists?

yes


Is there any benefit in a C plus plus program to add two matrices?

No.


Features of c program?

the features of a C program


C program was introduced in the year?

c program was introduced in the year 1972 by Dennis RitchieNo, it was the C language, not the C program.


Write a c program add two polynomial using link list?

GOUDHMARINI