C
Programming and Technical
Category
Create a file called input.txt in the same directory as this file and enter some lines of text or copy a paragraph of text. The filename should be input.txt
Read Solution (Total 0)
C Other Question
#include
int main()
{
int i;
while(sizeof(NULL))
{
printf("inside loop");
continue;
break;
}
return 0;
}
Write a program to determine if a string is a palindrome. User will input the string in the Command line