Search:

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

Search: Search took 0.00 seconds.

  1. Re: write a program to reverse a string with/with out reverse() method?

    #include<iostream.h>
    #include<conio.h>
    #include<string.h>
    int main()
    {
    clrscr();
    char str[10];
    char ch;
    cout<<"Enter a string: ";
    cin>>str;
  2. Answers
    1
    Views
    3,982

    Runtime error segmentation fault

    I have run the following program on both Turbo C compiler under Windows and cc compiler under Linux.It is perfectly OK In Turbo C where as it shows a runtime error segmentation fault in cc.
    Please...
  3. Re: difference b/w Unchecked and checked Exception

    The exceptions which occur outside try block and remain undetected are known as unchecked exceptions.If such kind of exception occurs then the function containing the exception gets terminated...
  4. Header file in C++ to do graphics programming under Linux

    Is there any header file available in C++ to do graphics programming under Linux
  5. How to set path for java in Linux for java programs

    How to set path for java in Linux for java programs to execute?
Results 1 to 5 of 11
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