Tag: Program
DATA STRUCTURE IN PYTHON Interview Questions
The Data Structure is a description of how data is organized (stored), modified, and accessed. By specifying how different sorts of data connect, it also …
Wap ‘C’ of categories of function
1. without return type without arguments. 2. Without return type with arguments.
Wap in ‘c’ to check whether the given number is even or odd
#include<stdio.h>#include<conio.h>