Read more

View all

Python variables

In Python, a variable is a name that refers to a value. Variables can be used to store  data such …

2d Array in c for data structure:

2d Array in c for data structure: An array is a data structure that stores a collection of items o…

If-Else Condition in c

If-Else Condition: How if statement works: The if-else condition’s statement works ,when our give…

If-else condition exercise in C program

If-else: Problem-1 : Write a C program to cheek two number is not  same, and print it is “Same Nu…

If condition exercise in C program

Problem-1: Write a C program to check two number r is not same, and print it is “Same Number” Not…

Load More That is All