-
Swetha M wrote a new item 3 months, 3 weeks ago
What is protection and security in Ms excel
-
Swetha M wrote a new item 3 months, 3 weeks ago
protection and security in Ms excel
-
Swetha M started the topic Security and protection in the forum Microsoft Excel 3 months, 3 weeks ago
href=”https://developerpublish.com/academy/question/protection-and-security-in-ms-excel/”>protection and security in Ms excel
-
Swetha M started the topic 3D reference in the forum Microsoft Excel 3 months, 3 weeks ago
-
Swetha M wrote a new item 3 months, 3 weeks ago
What is an inline function? .
-
Swetha M started the topic Output c++ in the forum C++ 3 months, 3 weeks ago
-
Swetha M started the topic To link video in Microsoft word in the forum Microsoft Word 3 months, 3 weeks ago
-
Swetha M started the topic Data hiding in c++ in the forum C++ 3 months, 4 weeks ago
-
Swetha M started the topic Opening a file in c++ in the forum C++ 3 months, 4 weeks ago
-
Swetha M started the topic Add page number in the forum Microsoft Word 4 months ago
-
Swetha M started the topic File in c in the forum C Programming 4 months ago
include<stdio.h>
void main()
{
FILE*fptr;
char name[20];
int age;
float salary;
fptr=fopen(“emp.txt”,”w”);
if(fptr==NULL)
{
printf(“File does not existsn”);
return;
}
printf(“Enter the namen”);
scanf(“%s”,name);
fprintf(fptr,”Name=%sn”,name);
printf(“Enter the agen”);
scanf(“%d”,&a…[Read more] -
Swetha M replied to the topic File operations in c programming in the forum C Programming 4 months ago
include<stdio.h>
void main()
{
FILE*fptr;
char name[20];
int age;
float salary;
fptr=fopen(“emp.txt”,”w”);
if(fptr==NULL)
{
printf(“File does not existsn”);
return;
}
printf(“Enter the namen”);
scanf(“%s”,name);
fprintf(fptr,”Name=%sn”,name);
printf(“Enter the agen”);
scanf(“%d”,&a…[Read more] -
Swetha M replied to the topic What is recursive function? in the forum C Programming 4 months ago