Write a C program in Fibonacci series.
No Answer is Posted For this Question
Be the First to Post Answer
What is the meaning of int *x[]();?
Find the output? void main() {float a=2.0; printf("\nSize of a ::%d",sizeof(a)); printf("\nSize of 2.0 ::%d",sizeof(2.0));}
11 Answers IBM, TCS,
what is the difference between : func (int list[], ...) or func (int *list , ....) - what is the difference if list is an array and if also if list is a pointer
What are local and global variables?
Explain the use of fflush() function?
what are the files which are automatically opened when a c file is executed?
Linked list is a Linear or non linear explain if linear how it working as a non linear data structures
What is int main () in c?
In which layer of the network datastructure format change is done
What is the meaning of 2d in c?
What is array in c with example?
How many loops are there in c?