(adsbygoogle = window.adsbygoogle || []).push({});
Normal
0
false
false
false
EN-US
X-NONE
MR
...
C program to calculate sum of all even numbers in an array.
By Sachin
March 28, 2016
(adsbygoogle = window.adsbygoogle || []).push({});
Normal
0
false
false
false
EN-US
X-NONE
MR
...
Write a Socket program in java for simple stand-alone chatting application.
Client.java
import java.net.*;
import java.io.*;
class Client
{
public static void main(String[] args) throws Exception
{
Socket s=new Socket("localhost",500);
System.out.println("Client send request to server!");
DataOutputStream dos=new DataOutputStream(s.getOutputStream());
DataInputStream dis=new DataInputStream(s.getInputStream());
InputStreamReader...
C++ Program Write a ‘C’ Program to append the containt of one file at the end of another file.
By Sachin
March 07, 2016
(adsbygoogle = window.adsbygoogle || []).push({});
Normal
0
false
false
false
EN-US
X-NONE
X-NONE
...
Tally Question No. 4:
By Sachin
March 01, 2016
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
Normal
0
false
false
false
EN-US
X-NONE
MR
...