Write a C program to fill a rectangle using window scrolling



Write a C program to fill a rectangle using window scrolling..

Answer / venki

I DON'T KNOW. IF U KNOW TELL THE ANSWER
PLEASEEEEEEE............

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More C Interview Questions

What are the primitive data types in c?

0 Answers  


What does *p++ do?

0 Answers  


void main(){ int a; a=1; while(a-->=1) while(a-->=0); printf("%d",a); }

0 Answers  


how can u print a message without using any library function in c

1 Answers   NIIT,


How can I find the day of the week given the date?

0 Answers  






What is signed and unsigned?

0 Answers  


What are different types of operators?

0 Answers  


how to add our own function in c library please give details.?

1 Answers   TCS,


m=++i&&++j(||)k++ printf("%d"i,j,k,m)

1 Answers   ABC,


How can I use a preprocessorif expression to ?

0 Answers  


What is external and internal variables What is dynamic memory allocation what is storage classes in C

3 Answers  


What is the difference between strcpy() and memcpy() function in c programming?

0 Answers  


Categories