Search:

Type: Posts; User: arvinsup; Keyword(s):

Search: Search took 0.00 seconds.

  1. Re: How can we connect to a text file using C/C++?

    Use C input output functions to read and write to a text file.

    Have a look on this link...
    http://www.cs.bu.edu/teaching/c/file-io/intro/
  2. Answers
    4
    Views
    6,259

    Re: Print elements in array

    Make this small change in the code.

    for(d=-1;d <= (int)(TOTAL_ELEMENTS-2) ;d++)

    Since Sizeof() returns unsigned int , thus it might be the problem while comparing a int with an unsigned int...
  3. Answers
    2
    Views
    6,507

    Re: c,c++ programmes storage

    The program we write on editor are written in RAM but when they are saved they are permanently stored on hard disk , so that we can access them later...
  4. Answers
    2
    Views
    5,579

    Re: Access derived Class

    The members functions of base class can be accessed form its derived class if they are declared as public or protected...
Results 1 to 4 of 4
About us
Applying for a job can be a stressful and frustrating experience, especially for someone who has never done it before. Considering that you are competing for the position with a at least a dozen other applicants, it is imperative that you thoroughly prepare for the job interview, in order to stand a good chance of getting hired. That's where GeekInterview can help.
Interact