Lab 7 task #2 Moving car

0 views
Skip to first unread message

MUHAMMAD AJAZ KHAN

unread,
Jan 2, 2012, 1:46:42 AM1/2/12
to Learn C Language
#include<stdio.h>
#include<conio.h>
#include<dos.h>
void main()
{
int i,j;

for(i=0;i<=80;i++)
{
for(j=0;j<i;j++)
{
printf(" ");
}
printf(" /' '' '\\ \n");
printf("'''' ''''''\n");
printf("''''()'''''''''()''");

delay(100);
clrscr();

}
getchar();
}

LOVEEZA ASIF

unread,
Jan 4, 2012, 1:17:48 AM1/4/12
to codinge...@googlegroups.com
> --
> You received this message because you are subscribed to the Google
> Groups "Learn C Language + JAVA" group.
> To post to this group, send email to codinge...@googlegroups.com
> To unsubscribe from this group, send email to
> codingexample...@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/codingexamples?hl=en?hl=en
>
> THANKS....
>

AHSAN YASIN

unread,
Jan 4, 2012, 2:29:13 AM1/4/12
to Learn C Language


I personaly run ur program but only its upper part is moving

so plz clearify
> }- Hide quoted text -
>
> - Show quoted text -

AHSAN YASIN

unread,
Jan 4, 2012, 2:34:35 AM1/4/12
to Learn C Language
also it has a warning at getchar();
" code has no effect "
> > - Show quoted text -- Hide quoted text -
Reply all
Reply to author
Forward
0 new messages