C-Programming:- In this tutorial yon will learn:- Write a program to check whether a number spy or not. #include<stdio.h> #include<conio.h> void main() { int n,sum=0,product=1,r; printf("Enter
Search This Blog
Sunday, March 22, 2020
c programming
Mr. abhijeet dwivedi
March 22, 2020
C-Programming:- In this tutorial, you will learn:- 1) Write a program to check whether a number is pallindrome or not. #include<stdio.h> #include<conio.h> void main() { int
c programming
Mr. abhijeet dwivedi
March 22, 2020
C-Programming:- In this tutorials, you will learn- 1) Write a progrm to check whether a number is armstrong or not. #include<stdio.h> #include<conio.h> void main() { int
c programming
Mr. abhijeet dwivedi
March 22, 2020
C-Programming:- In this tutorials, you will learn- * getch() :- getch(); is a non standard function and is present in < conio.h > . It hold
Thursday, March 19, 2020
c programming
Mr. abhijeet dwivedi
March 19, 2020
C programming storage class In this tutorials, you will learn:- Storage Classes:- Storage class is define the scope (visibility) life time of variable or function with in
Sunday, March 8, 2020
c programming
Mr. abhijeet dwivedi
March 08, 2020
C programming function In this tutorials, you will learn- Function- Function is defined as to perform a particular task. In
Sunday, March 1, 2020
c programming
Mr. abhijeet dwivedi
March 01, 2020
C programming multiplication table of number In this tutorials,you will learn:- * To generate multiplication table:- So guys, before we learn the concept of table program we
Subscribe to:
Posts (Atom)