Tag: coding
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>
JavaScript Basic Concepts
JavaScript Comment The javascript comments are a meaningful way to deliver messages. It is used to add information about the code, warnings, or suggestions. so …