Forum: C++ Feb 1st, 2006 |
| Replies: 11 Views: 1,525 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,223 // 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++ Sep 30th, 2005 |
| Replies: 3 Views: 24,495 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: C++ Sep 29th, 2005 |
| Replies: 8 Views: 1,541 AOA :mrgreen:
/*
*please write it in main program ..
*/
# include <iostream.h>
main()
{ |