write a program to input 10 strings and compare without
using strcmp() function. If the character of one string
matches with the characters of another string , sort them
and make it a single string ???
example:- str1="Aakash" st2="Himanshu" str="Uday"
output:- Aakashimanshuday (please post the answer as quickly
as possible)
who invented c
Compare array data type to pointer data type
What is that continue statement??
What are the uses of null pointers?
Are pointers really faster than arrays?
How can I find the modification date and time of a file?
What does void main () mean?
why integer range between -327680to+32767
what is d pitfalls of registers variables
write a program of palindrome(madam=madam) using pointer?
What is clrscr in c?
Explain why C language is procedural?