simple program of graphics and their output display


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Does c have enums?

0 Answers  


What is ponter?

0 Answers   TCS,


IS STRUCTURES CAN BE USED WITHIN AN ARRAY?

7 Answers   Caritor,


What is the difference between int main and void main?

0 Answers  


Calculate 1*2*3*____*n using recursive function??

0 Answers  






Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }

2 Answers   ADITI,


1. What will be the output of the following programs. a) #include <stdio.h> Main() { Int x=4; While(x==1) { X=x-1; Printf(ā€œ%dā€,x); --x; } }

7 Answers   CSC,


If fflush wont work, what can I use to flush input?

0 Answers  


how is the examination pattern?

0 Answers   Wipro,


The differences between Windows XP and Windows Visa

8 Answers   HCL,


Given an array of length N containing integers between 1 and N, determine if it contains any duplicates.

3 Answers   SilverKey,


What are the benefits of c language?

0 Answers  


Categories