Forum: C Mar 15th, 2009 |
| Replies: 2 Views: 334 @monkey_king
( thnax for ur reply )
my pertern should be look like when i give
no=7
then out put is look like |
Forum: C Mar 12th, 2009 |
| Replies: 2 Views: 334 i have to make one prg in c
that accept only odd number (no) which is (4>no>30) & have to
genrate the pertern which is given below
when no=7 then given petern should be genrated
... |
Forum: Visual Basic 4 / 5 / 6 Mar 8th, 2009 |
| Replies: 3 Views: 475 |
Forum: Visual Basic 4 / 5 / 6 Feb 27th, 2009 |
| Replies: 3 Views: 475 hi...
my question is how many total control can be taken
in single form |
Forum: C++ Feb 20th, 2009 |
| Replies: 5 Views: 277 yes i aggre whith u but
whould u pls suggest me which kind of operation
is suitable for overloading () as operatore |
Forum: C++ Feb 20th, 2009 |
| Replies: 5 Views: 277 hi......
i have some idea that in overloading of + operatore we can
perform summation or can concate to string
so whould u pls tell me which kind of
operation should i perform for... |
Forum: C++ Feb 20th, 2009 |
| Replies: 5 Views: 277 hello everone
i'm new to c++ language
Is This possible to make prg in cpp to overload () Opratore
if yes, then can u pls give any logical flow for develope the prg
i.e. which kind of... |
Forum: C Feb 2nd, 2009 |
| Replies: 23 Views: 1,071 you can make the prgs like
1) find factorial of given no.
2) find that given no. is prime or not
3) find given no. is pelindrome or not
or you can makes prg like |
Forum: C Jan 18th, 2009 |
| Replies: 6 Views: 565 sorry for mistake but my actually question is,
i want to make one program binary no.s multiplication
(using register method)
i have to follow some rules,
no1=1010 |
Forum: C Jan 16th, 2009 |
| Replies: 6 Views: 565 suppose i want to do shift left opeartion on
x=1010
y=x<<1
it will shift left the value
& make x=0100 but how can i store that |
Forum: Visual Basic 4 / 5 / 6 Jan 13th, 2009 |
| Replies: 3 Views: 423 provide some more information .......!
such as programme coding &
provide which kind of error is occured |
Forum: C Jan 9th, 2009 |
| Replies: 9 Views: 622 first intialize one string such as str[12]
take two variable of integer type such as i,j
take one temporary variable of char type such as temp
for(i=0;str[i]!='\0';i++) /*loop will be... |
Forum: C Jan 8th, 2009 |
| Replies: 10 Views: 728 i have do some modifiaction so try this....
#include<stdio.h>
#include<conio.h>
void main(void)
{
int row=0,col=0,sp=0,a=65,b,mid=1,st=71,end=64;
clrscr(); |
Forum: C Jan 6th, 2009 |
| Replies: 3 Views: 775 i have tried it but there is no change i got the same massage
here, getc() function used for get the value from existing file ,
character by character & put into new file
( which is given... |
Forum: C Jan 5th, 2009 |
| Replies: 3 Views: 775 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: 746 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: 695 search engine is one kind of database
google & yahoo are the example of it.
when we pass any query to it then it will search that word in
it's database & if it found it then provide us the... |
Forum: Windows tips 'n' tweaks Jan 5th, 2009 |
| Replies: 4 Views: 1,332 hi...
every one
Can anyone reply me that why can't we take 'con'
as folder name Or any file name....? |
Forum: C Jan 5th, 2009 |
| Replies: 1 Views: 325 hello,
i wann know that how 'compiler control directives' preprocessor
is actually worked ......? in 'C' language |
Forum: Python Jan 5th, 2009 |
| Replies: 9 Views: 695 hello there...
can any one reply me what is python |
Forum: ASP.NET Jan 4th, 2009 |
| Replies: 9 Views: 3,453 this code may help you to find your solution
<%@Import Namespace= "System.Data.Oledb" %>
<%@ Page Language="VB" AutoEventWireup="false" CodeFile="datagrid.aspx.vb" Inherits="datagrid" %>
... |
Forum: PHP Jan 4th, 2009 |
| Replies: 5 Views: 950 thank u..
have u idea about dos programing? |
Forum: Troubleshooting Dead Machines Jan 4th, 2009 |
| Replies: 2 Views: 307 there may be virus problem
or
may be you have set the time for automatic shut down the pc |
Forum: C++ Jan 4th, 2009 |
| Replies: 4 Views: 504 use the free() function for delete the space occupie by pointer
syntax :
free(pointer name) |
Forum: PHP Jan 4th, 2009 |
| Replies: 5 Views: 950 hello there
any one can give me info. that what is php |