Beginner's Guide To Programming
It's All About Programming.
Contents
C
C++
COBOL
COBOL TUTOR PART 1
SQL
TRICKS AND TIPS
Diff Between Pre-decrement and Post-decrement
#include<stdio.h>
void main()
{
int a;
printf("enter value a");
scanf("%d",&a);
printf("%d,%d,%d",a,a--,--a);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Earn upto Rs. 9,000 pm checking Emails. Join now!
No comments:
Post a Comment