Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    6
    Views
    4,020

    Re: Simple for loop

    Hello,

    your for loop will do nothing. bcz, it will check the value of j and if it is non zero ,it will execute the printf(). Here it is zero , so wont do anything
  2. Answers
    14
    Views
    14,717

    Re: What does printf function returns?

    Hello,

    Printf() will return the number of arguments it prints
  3. Answers
    1
    Views
    3,426

    Re: Modularity using Functions

    The output for the given code will be like
    F1:1 2
    main:1 2 1
    F2:1 1
    main:1 1 1
  4. Answers
    1
    Views
    3,035

    Re: int Initialization

    hello,

    In the first case, int ivar1, you are declaring the variable, by which you are telling the compiler about the type and size of variable.But you are not defining that variable.

    But in the...
  5. Answers
    2
    Views
    3,553

    Re: Function Swap

    Hello, Either if it is in C or C++ you can use the best logic as given below:

    if a and b are the values (integer/float/....), then inside function if you use,
    a=a+b;
    b=a-b;
    a=a-b;
    The values...
  6. Answers
    1
    Views
    3,393

    Re: funtion min

    What exactly you want to do?
    Whether you want to write a function to find out the min. value or do you mean something else?
  7. Answers
    4
    Views
    4,799

    Re: New Header File

    Hello,
    Whether you got your answer or if you want more details brief your doubt clearly.
Results 1 to 7 of 7
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