What is Else IF Statement
What is Else IF Statement? Else if statement:- The "else if "statement in C is generally used when need...
A blog about programming languages and this Blog specially Create for learning languages like C language,C++ Language, Data Structure and Algorithm.
What is Else IF Statement
What is Else IF Statement? Else if statement:- The "else if "statement in C is generally used when need...
What is IF else Statement.
What is IF else Statement? Ans:- IF else Statement:- C language also lets one ch...
What is IF Statement.
What is IF Statement? Ans: IF Statement:- If statement gives the user the choice of execuate...
Convert Temperature Fahrenheit to centigrade
A program Convert Temperature Fahrenheit to centigrade 1 2 3 4 5 6 7 8 9 #include<stdio.h> int main () { float ftemp,ctemp;...
Two location interchange its contents
A Program two location interchange its contents. 1 2 3 4 5 6 7 8 9 10 #include<stdio.h> int main () { int a,b; pr...