Text files
Text files are used for storing character strings in a file. To create a text file you must first declare a file pointer.
#include
int main()
{
FILE *f;
return 0;
}
Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.
Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.
Replace these every slider sentences with your featured post descriptions.Go to Blogger edit html and find these sentences.Now replace these with your own descriptions.
#include
int main()
{
FILE *f;
return 0;
}
struct person
{
char *name;
int age;
};
#include
void Hello()
{
printf("Hello\n");
char ca[10];
int i1,i2,i3,i4,i5;
int a[5];
...
#include<stdio.h>
int main()
{
int mark;
char pass;
scanf("%d",&mark);
if (mark > 40)
pass = 'y';
return 0;