#include <stdio.h>
#include<process.h>
#include<conio.h>
void main()
{
float n,i,c;
printf("Enter the number");
scanf("%d",&n);
for(i=1;i<=n/2;i++)
{
c=n/i;
if(c==i)
{
printf("Perfect Square");
getch();
exit(0);
}
printf("Not a Perfect Square");
getch();
}
Yes, you can use for-loop in a C program compiled by Turbo C.
tagprice
Turbo c3 or Turbo c4. R.P. Hammad Khan_Haider...
1. Turbo C is an example of Integrated Developing Environment. 2. Turbo C has example programs, the most important is bgidemo.c
Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs
File/Open
With program DosBox,
Turbo c program is from Borland which is an integrated development environment and a computer language. Some of the parts of turbo c were incorporated from the wizard c in 1987, but it was first developed by Dennis Ritchie in 1970.
They are example programs written in Turbo Pascal.
If the transmission pan is square in shape then it is a 400 Turbo. If the pan has 1 corner that is in an angle and not square then it will be the 350 turbo.
Eric P. Bloom has written: 'The Turbo C++ trilogy' -- subject(s): C (Computer program language), C++ (Computer program language), Turbo C (Computer file), Turbo C++ 'Turbo C Plus Plus Trilogy' 'The C trilogy' -- subject(s): C (Computer program language)
Turbo Pascal is a style of computer programming. This type of writing language can be used to create a program that prints the alphabet backwards.