Assignment operator in python

Untitled

 In python, we have the assignment operatorDefinition: The assignment operator is used to assigning a value to variables.eg:x=100Here we just assign a value of 100 to the x... read more ?

Identity operator in python

Untitled

Identity operator, before going to identity operator let's have a small idea about its background.We have multiple operators from them special operator is the one, in that special... read more ?

Python power operator

Untitled

 let us know in detail about the python power operator.Power operator  is one of the arithmetic operator ..  In python the power operator  can  be used  to calculate the ... read more ?

Python not equal operator

Screenshot+%2528188%2529

Let's discuss python, not equal operators.   In python, there are different types of operators available,in that we have not equal operators.Not equal to operator comes under the comparison operator... read more ?

C program to check whether a character is vowel or consonant

check+vowel+or+consonant+in+c

In this  program we will discuss about how to check whether a character is vowel or consonant.In English language will be having 5 vowels and 21 consonants.To check... read more ?

Print prime numbers from 1 to 100 in c

prime+numbers+from+1+to+100

Lets discuss a program on how to print prime numbers from 1 to 100.Here by default we need to print all prime numbers from 1 to 100.No need... read more ?

Sum of two integers in c

sum+of+two+integers+in+c

 Check here for printing an integer in c We have 4 basic data types in c programming languageint, char, float and doubleFor storing numbers or integers we will use... read more ?

Select Menu