Category: B.E note
you get some question answer related to B.E.
Wap ‘C’ of categories of function
1. without return type without arguments. 2. Without return type with arguments.
Advantages and Disadvantages of Recursion
Advantage Disadvantage The code may be easier to write It is generally slower than non-recursive function Reduce the unnecessary calling of function It may require …
Wap in ‘c’ to check whether the given number is even or odd
#include<stdio.h>#include<conio.h>