good compiler>>>
i am using borland c++ compiler
and sys config win XP SP 2,512MB RAM
Microsoft Win XP dos version 5.1.2600
Tell me suitable compilers and also downloading links,,
Thank you Very Much..!
Reading Book:
Let US C-8th edition
written by YASHVANTH KANETKAR
I AM Collecting W.Kernighan...
look below code.
In The book He said "The programe is only partly complete. You are require to write the function show(); on your own.
try your hand at it.http://s342.filesonic.in/download/4715844305/50034d4e/1191612d1/20f7173/1/1b7b60ab/0/336f31e8f88d8f3ca364d02a8d6bd875b4faa14c
i am doing some mistake's in the programme
"%C" "$c"
here i have a little doubt.....
Data Type Format
Signed char - %c
unsigned char -%c
is right?
i miss some printing in The book...!
i am doing some mistake's in the programme
"%C" "$c"
here i have a little doubt.....
Data Type Format
Signed char %c
unsigned char %c
is right?
i miss some printing in The book...;!
same problem.....!
my sys config:
Windows XP SP2
32-bit Pentium $ rocessor
#include<stdio.h>
void main()
{
int goals;
printf("\n Enter no of goals scored against india:");
scanf("%d",&goals);
if(goals<=5)
goto sos;
else
{ printf("Abount time soccer plyerslearnt C.\n");
printf("\n...
same p[roblem....!
exit(0);
i am using borland c++..
Windows XP sp2 32 bit
pentiuim4 processor
#include<stdio.h>
void main()
{
int goals;
printf("\n Enter no of goals scored against india:");
scanf("%d",&goals);
if(goals<=5)
goto sos;
else
{ printf("Abount time soccer plyerslearnt...
I am learning C Language My self....>
Look below proogramme....!
#include<stdio.h>
void main()
{
int goals;
printf("\n Enter no of goals scored against india:");
scanf("%d",&goals);
if(goals<=5)
goto sos;
else
{ printf("Abount time soccer plyerslearnt C.\n");
printf("\n amd said...
/* odd loop using a for loo[ */
#include<stdio.h>
void main()
{
char another='y';
int num;
for(;another=='y';)
{
printf("\n Enter a NUmber ");
scanf("%d",&num);
printf("\nSquare of %d is %d",num,num*num);
printf("\nwant to enter another number u/n");
scanf("$d",&another);
}
}...
also provide below progrmmes....!
thank you.....1
/* Odd loop using a while loop */
#include<stdio.h>
void main()
{
char another='y';
int num;
while(another=='y')
{
printf("\n Enter a Numer ");
scanf("%d",&num);
printf("\n Square of %d is %d.",num,num*num);
printf("\n Want to enter...
Thanks ArkM.....!
/* Excution a loop for unknow number of times */
#include<stdio.h>
void main()
{
char another;
int num;
do
{
printf("\n Enter a number:");
scanf("%d",&num);
printf("\nSquaaare of %D is %d",num,num*num);
printf("\n wanr to enter another Number y/n")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.