File handling question
I have the following code:
Code:
#include <stdio.h>
#include <stdlib.h>
#include<stdarg.h>
#include<string.h>
int isPalindrome(const char *str)
{
[…]
Original post by code_user
I have the following code:
Code:
#include <stdio.h>
#include <stdlib.h>
#include<stdarg.h>
#include<string.h>
int isPalindrome(const char *str)
{
[…]
Original post by code_user
Leave a Reply
You must be logged in to post a comment.