/* Fibonacci series using recursion */ #include<stdio.h> #include<conio.h> void main() {
Category: C programs
#include <stdio.h> #include <conio.h> void main()
/* Write a C program to find the sum of odd numbers and * * sum of even numbers from 1 to N. Output the computed * * sums on two different lines with suitable headings */
/* Implementation of SLR Parser */ #include<stdio.h> #include<ctype.h> #include<conio.h> #include<stdlib.h>
/* Before moving towards the program, a little introduction to the one who dose not know what is palindrome. A palindrome is a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction i.e if we look from the backwards or from the front […]
/* Before moving towards the program, a little introduction to the one who dose not know what is palindrome. A palindrome is a word, phrase, number, or other sequence of symbols or elements, whose meaning may be interpreted the same way in either forward or reverse direction i.e if we look from the backwards or from the front […]