write a program fibonacci series and palindrome program in c
No Answer is Posted For this Question
Be the First to Post Answer
What is the use of bit field?
Is array name a pointer?
Which is better oop or procedural?
f() { int a=2; f1(a++); } f1(int c) { printf("%d", c); } c=?
How do I convert a string to all upper or lower case?
What is the explanation for the dangling pointer in c?
When is a null pointer used?
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
c program to add and delete an element from circular queue using array
i want to job in your company, so how it will be possible.
Where can I get an ansi-compatible lint?
write an algorithm to get a sentence and reverse it in the following format: input : I am here opuput: Here Am I note: first letter of every word is capiatlised