How can you draw circles in C?


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

Post New Answer

More C Interview Questions

What is calloc malloc realloc in c?

0 Answers  


Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


What is the difference between char a[] = "string"; and char *p = "string"; ?

14 Answers   Adobe, Honeywell, TCS,


What is preprocessor with example?

0 Answers  


What does a pointer variable always consist of?

0 Answers  






How can I read in an object file and jump to locations in it?

0 Answers  


What does the file stdio.h contain?

0 Answers  


Why should I use standard library functions instead of writing my own?

0 Answers  


what is an array

5 Answers  


How does #define work?

0 Answers  


why ordinary variable store the later value not the initial

1 Answers  


What is that continue statement??

4 Answers  


Categories