BCA NOTES
Home
Business
»
Internet
Market
Stock
Downloads
»
SEM-II
DATA STRUCTURE
»
DATA Structure-I
DATA Structure-II Introduction to tree
DATA Structure-III
DATA Structure-IV Application of Graph
DATA Structure-V
Games
Human Rights
vb.net
»
Console Application Programs
»
1. How to reverse an array
2. Jagged Array Example
Vb.net programs
Sub Child Category 3
Windows Form YOUTUBE TUTORIALS
»
Windows Form YOUTUBE TUTORIAL- I
Sub Child Category 3
Software Engineering
»
Object Orienteted Design And testing
Object Orienteted Software Engineering
Software Quality Assurance
Software Prototyping-I
Software Prototyping-II
Software Engineering Must Read
Sub Child Category 2
Sub Child Category 3
MULTIMEDIA
»
MULTIMEDIA BASIC
INTRODUCTION TO MULTIMEDIA
AUDIO/SOUND
IMAGES/PICTURE
VIDEO
SOUND IN JAVA
Compression Technique
VIDEO COMPRESSION
Multimedia Communication
WAIT SITE is Under Construction
SYSTEM ANALYSIS AND DESIGN
»
SYSTEM DEVELOPMENT LIFE CYCLE(SDLC)
WAIT SITE is Under Construction
Networking
»
Data communications and networking By Behrouz A Forouzan
Computer Network A Top Dowen Approach By James F. Kurose
DATA AND COMPUTER COMMUNICATIONS BY William Stallings
WAIT SITE is Under Construction
Parent Category
»
Child Category 1
»
BCA NOTE Welcome's you.
Sub Child Category 1
Sub Child Category 2
Sub Child Category 3
Child Category 2
Child Category 3
Child Category 4
Things You Must Share
ABOUT US
»
Mail US
Our Privacy policy
ABOUT US
google search
Home
Privacy Policy
About Us
Mail us
Popular Posts
Introduction to Analysis Concept And Principles
Introduction to Analysis Concept And Principles After system and software engineering is completed , software engineering need to look at t...
Great thought by Chanakya :-
Great thought by Chanakya :- "Never make friend's with people who are in above or below your in status . Such friendship will never...
loved
FOR SOME ONE SPECIAL Frnds Must Read This Beautiful Post • Likh Likhkar Kya Likhu Uski Yaad Me Dosto • • Likhna To Ab Mere Liye Aam Ho C...
Parents v/s CHILDREN
It has been scientifically proven that children are twice as more influenced by the television than their own parents.
c++ Basic projects Converting a binary number to decimal
Source Code:- #include<iostream.h> #include<conio.h> #include<math.h> int main() { int x[10],count=0,n,sum=0,j,k=0; ...
Flag Counter
Welcome to BCA Notes
>>>>>>>>>>>>>>>>
Labels
Accounts
(4)
C Plus Plus
(1)
Computer Graphics
(4)
DATA STRUCTURE AND ALGORITHM
(11)
Environment
(13)
Human rights
(1)
JavaScript
(1)
Multimedia
(5)
Software Engineering
(11)
System Analysis And Design
(9)
vb.net
(17)
Visitors
Web Counter
Search This Blog
Blogger templates
Visitor Map
Our Associate Link
Sunday, 19 January 2014
C Program to Print a Integer Entered by a User
16:09
No comments
C Program to Print a Integer Entered by a User
Source Code:-
#include
<stdio.h>
int
main
()
{
int
num
;
printf
(
"Enter a integer: "
);
scanf
(
"%d"
,&
num
);
/* Storing a integer entered by user in variable num */
printf
(
"You entered: %d"
,
num
);
return
0
;
}
Output
Ente
r a integer: 25
You entered: 25
Email This
BlogThis!
Share to X
Share to Facebook
Share to Pinterest
Newer Post
Older Post
Home
0 comments:
Post a Comment
Subscribe to:
Post Comments (Atom)
Social Profiles
Popular
Tags
Blog Archives
Amazon
Amazon.in Widgets
© BCA NOTES . Powered by
Blogger
.
https://www.amazon.in/gp/product/B00ZC26HDK/ref=as_li_tl?ie=UTF8&tag=arihant804-21&camp=3638&creative=24630&linkCode=as2&creativeASIN=B00ZC26HDK&linkId=34a204832075abb437277d81d904707c
Blog Archive
►
2017
(1)
►
October
(1)
►
2016
(1)
►
January
(1)
►
2015
(15)
►
June
(4)
►
May
(2)
►
February
(3)
►
January
(6)
▼
2014
(172)
►
December
(17)
►
November
(1)
►
October
(11)
►
August
(8)
►
July
(3)
►
June
(5)
►
May
(42)
►
April
(6)
►
March
(50)
►
February
(14)
▼
January
(15)
Check Whether a Number is Positive or Negative or ...
Source Code to Check Leap Year
Source Code to Find Roots of Quadratic Equation
C Program to Find the Largest Number Among Three N...
Check Whether a Character is Vowel or consonant
Source Code to Check Whether a Number is Even or Odd
Source Code to Swap Two Numbers
C Program to Find Size of int, float, double and c...
C Program to Demonstrate the Working of Keyword long
C Program to Find Quotient and Remainder of Two In...
C Program to Find ASCII Value of a Character
Multiply two Floating Point Numbers
C Program to Add Two Integers
C Program to Print a Integer Entered by a User
C Program to Print a Sentence
►
2013
(752)
►
October
(17)
►
September
(29)
►
August
(28)
►
July
(18)
►
June
(59)
►
May
(136)
►
April
(459)
►
March
(6)
0 comments:
Post a Comment