Forum: C Jan 5th, 2009 |
| Replies: 3 Views: 806 this coding is about copy one existing file into other file
but it can't do so throught the command line arg. what is
the solution....?
... |
Forum: C Jan 5th, 2009 |
| Replies: 7 Views: 767 this example will help you to understand your query
#include<stdio.h>
#include<conio.h>
#include<alloc.h>
#include<stdlib.h>
struct element
{
int info; |
Forum: Python Jan 5th, 2009 |
| Replies: 9 Views: 705 hello there...
can any one reply me what is python |