
Installing Omnet in Ubuntu 10.10

To install Omnet on Ubuntu 10.10, the following are necessary Java (jdk) Gcc Compiler / G++ Compiler zlibr…
To install Omnet on Ubuntu 10.10, the following are necessary Java (jdk) Gcc Compiler / G++ Compiler zlibr…
If you encounter the following error, checking system version (for dynamic loading)... ./configure: 1: Syntax error: U…
/* This program is to pass the entire array to a function */ #include <stdio.h> #include <c…
/* Program to demonstrate arrays with function in which the array elements are passed as function parameters …
Arrays in C programming starts with memory addresses. Yes the compiler handles arrays as memory addresses. Similar…
Almost all the programming languages uses functions. Functions are the entities which are grouping a set of statements …
A prime number can be divided by 1 and itself, there are no other divisors, Examples are : 2 3, 5, 7, 11, ….. To fi…
Here is the next version ubuntu 10.10, its released on 10-10-2010. Features Browse the web through firefox, chr…
The armstrong number is of the form 153= 1 3 + 5 3 + 3 3 The input is : 153 or any other number output: The numbe…