Forum: C++ Feb 1st, 2006 |
| Replies: 11 Views: 1,504 Mr. taha umer your Question is very simple POINTER is spacial type variable it is contane memory address. And it is move memory to memory location.
your 2nd Question is about array, ARRAY is... |
Forum: C++ Oct 3rd, 2005 |
| Replies: 1 Views: 1,220 // this code help you to solve your problem
# include <iostream.h>
main ()
{
// array of salary
int salary[10] ;
do {
// prompt to the user |
Forum: C Oct 3rd, 2005 |
| Replies: 2 Views: 3,304 AOA
here is a link if data structure notes. it will help you to solve your problem \\ Read AVL Tree // data structure.
http://vulms.vu.edu.pk/Links/CS301.htm
ALLAH HAFIZ |
Forum: C++ Sep 30th, 2005 |
| Replies: 3 Views: 23,929 AOA
note that every c and c++ Singly character in singal qutaion markes
just like 'a' , '(' and any other
and a string is Double Qutaion markes just like "me" , "String" ,"this is a example"... |
Forum: Computer Science Sep 29th, 2005 |
| Replies: 4 Views: 6,784 AOA
i am sending u a link this is a very useful link. Because i am student of BSIT in Virtual University. i am sending your library link. if u have any problem it you can tell me.
... |
Forum: C++ Sep 29th, 2005 |
| Replies: 8 Views: 1,531 AOA :mrgreen:
/*
*please write it in main program ..
*/
# include <iostream.h>
main()
{ |