Write a program to print fibonacci series without using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
Define circular linked list.
int x=5; printf("%d%d%d",x,x<<2,x>>2);
Why structure is used in c?
Which command is more efficient? *(ptr+1) or ptr[1]
Write a c program to sort six numbers and find the largest one by using the ladder of if-else? plz do help me
Why is event driven programming or procedural programming, better within specific scenario?
How to swap 3 numbers without using 4th variable?
What is the difference between CV and Resume ?
What are the 4 data types?
Write a program in C to convert date displayed in gregorian to julian date
What is the stack in c?
Write a program that takes a 3 digit number n and finds out whether the number 2^n + 1 is prime, or if it is not prime find out its factors