How can you draw circles in C?
No Answer is Posted For this Question
Be the First to Post Answer
How are variables declared in c?
write a program for egyptian fractions in c?
find the output of the following program main() { int x=5, *p; p=&x; printf("%d",++*p); }
What are pointers in C? Give an example where to illustrate their significance.
Explain the difference between malloc() and calloc() function?
Can main () be called recursively?
Write a program, where i have a grid with many cells, how many paths are possible from one point to other desired points.
Why we use int main and void main?
Suggesting that there can be 62 seconds in a minute?
struct ptr { int a; char b; int *p; }abc; what is d sizeof structure without using "sizeof" operator??
what is the use of using linked list and array?
Explain what standard functions are available to manipulate strings?