saving . . . saved installing compiler : has been deleted. installing compiler : has been hidden .
installing compiler :
Title
Question
kindly suggest some other compiler because  i'm unable to install in windows pc .


C-and-Cpp First-C-Program 00-01 min 0-10 sec 10-03-21, 8:35 p.m. Mehasree.R

Answers:

You can use any other C/C++ compiler to execute your programs.  However, the steps to execute a program in another compiler will be different from the steps demonstrated in this tutorial.
12-03-21, 3:33 p.m. nancy


include<stdio.h>
int main()
{
   printf("my first project");
   return 0;
}
30-03-21, 2:50 p.m. Kadam.Swaraj.Vinayak


Log-in to answer to this question.