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

How do you convert a decimal number to its hexa-decimal equivalent.Give a C code to do the same

0 Answers   Amazon,


to convert a string without using decrement operater and string functions

1 Answers  


how to display 2-D array elements in spiral

2 Answers  


What is an auto variable in c?

0 Answers  


#define MAX 3 main() { printf("MAX = %d ",MAX ); #undef MAX #ifdef MAX printf("Vector Institute”); #endif }

1 Answers   Vector India,






What is difference between && and & in c?

0 Answers  


What is a static function in c?

0 Answers  


C program to read the integer and calculate sum and average using single dimensional array

0 Answers  


Tell us the difference between these two : #include"stdio.h" #include<stdio.h> define in detial.

5 Answers  


What is uint8 in c?

0 Answers  


What is nested structure with example?

0 Answers  


what is the purpose of the code, and is there any problem with it. unsigned int v[10]; unsigned int i = 0; while (i < 10) v[i] = i++;

2 Answers   Google,


Categories