CodeBeam- Spot it here!
Spot to know coding
Home
Tips and Tricks
Differences
Downloads
programs
Software
New
Monday, 27 August 2012
Top 10 Programming Languages in 2012
23:30
No comments
1.C
2.Java
3.Objective C
4.C++
5.C#
6.Php
7.Visual Basic
8.Phython
9.Perl
10.Ruby
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
Share !
Program to find Armstrong Number
#include <stdio.h> main() { int number, sum = 0, temp, remainder; printf("Enter a number\n"); scanf(...
How to reduce execution time of c program
Try to do things in approximately the following order. 1) Use the right algorithms. Look into the Big O efficiency of any algorithms you a...
Top 10 Programming Languages in 2012
1.C 2.Java 3.Objective C 4.C++ 5.C# 6.Php 7.Visual Basic 8.Phython 9.Perl 10.Ruby
C Program snippets-6
1.main() { clrscr(); } clrscr(); Answer : No output/error Explanation: The first clrscr() occurs inside a function. So it becomes...
Full form of code
Code - Client-Server Open Development Environment
Matrix addition and multiplication program
Program: #include<stdio.h> void main() { int ch,i,j,m,n,p,q,k,r1,c1,a[10][10],b[10][10],c[10][10]; clrscr(); printf("****...
New Programming Languages in 2012
Language Who is behind it? Primary Driver Licensing Red Hat - Home page Readability, Predictability, Tool-ability, Modularity, Meta-...
Best applications of C and C++ Language
The famous applications and software packages have been written in C or C++ programming languages due to the fact that most of the program...
Java program to perform garbage collection
import java.util.*; class GarbageCollection { public static void main(String s[]) throws Exception { Runtime rs = Runtime.ge...
Program to calculate factorial of given number
#include <stdio.h> int main() { int c, n, fact = 1; printf("Enter a number to calculate it's factorial\n"); sca...
Total Pageviews
Labels
Differences
(4)
Tips and Tricks
(3)
About
Categories
Differences
(4)
Tips and Tricks
(3)
Home
facebook like
Ads 468x60px
Followers
Contributors
Karthick G
Unknown
Blog Archive
▼
2012
(39)
►
November
(4)
►
October
(8)
►
September
(20)
▼
August
(7)
New Programming Languages in 2012
Tips to reduce code size
Coding vs Programming
Full form of code
How to reduce execution time of c program
Top 10 Programming Languages in 2012
How to increase code efficiency and optimization
Featured Posts
Labels
Differences
(4)
Tips and Tricks
(3)
Blog Archive
▼
2012
(39)
►
November
(4)
►
October
(8)
►
September
(20)
▼
August
(7)
New Programming Languages in 2012
Tips to reduce code size
Coding vs Programming
Full form of code
How to reduce execution time of c program
Top 10 Programming Languages in 2012
How to increase code efficiency and optimization
Recent Posts
Feedjit Live Blog Stats
Download
Add To My Blog
0 comments:
Post a Comment