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 bin sh c?

0 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


What is the total generic pointer type?

0 Answers  


why in C,C++'s int size is 2 byte and .net(c#) int Size is 4 byte?

2 Answers  


int i=3; this declaration tells the C compiler to a) reserve space in memory to hold the integer value b) associate the name i with this memory location c) store the value 3 at this location d) all the above

0 Answers  






what is c++ programming?

3 Answers   TCS,


what is c

4 Answers  


What extern c means?

0 Answers  


void main() { int a=1; printf("%d %d %d",a,++a,a++); } the output is supposed to be 1 2 2....but it is 3 3 1 this is due to calling conventions of C. if anyone can explain me how it happens?

7 Answers  


Why is event driven programming or procedural programming, better within specific scenario?

0 Answers   Wipro,


How can I write a function analogous to scanf?

0 Answers  


Write a code to generate divisors of an integer?

0 Answers   Ericsson,


Categories