Write a program to print fibonacci series without using recursion?
No Answer is Posted For this Question
Be the First to Post Answer
How do I initialize a pointer to a function?
find the sum of two matrices and WAP for it.
write a programe returns the number of times the character appears in the string
c program to arrange digits in a no in ascending and descending order
any "C" function by default returns an a) int value b) float value c) char value d) a & b
exit () is used to a) exit () terminates the execution of the program itself b) exit () terminates the execution of the loop c) exit () terminates the execution of the block d) none of the above
What is context in c?
What is break in c?
int i =10 main() { int i =20,n; for(n=0;n<=i;) { int i=10 i++; } printf("%d", i);
Is c procedural or object oriented?
What are pragmas and what are they good for?
Difference between pass by reference and pass by value?