Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    7
    Views
    4,206

    Re: sizeof and strlen

    strlen is a function only because it always returns a value.......
    Sizeof on the other hand never returns any value..... thus an operator....:cool:
  2. Answers
    2
    Views
    5,652

    Re: Compute quadratic equation using function

    Use macros......

    #define F(x) x^2+7*x-10

    then write ur simple program using F(x)
  3. Answers
    2
    Views
    22,298

    Re: Compile a C program using command prompt

    Use command line arguments in C.... like

    main(int argc, char argv[])
    {
    ....
    }

    then compile it in the DOS shell........ similar like compiling Java;)
  4. Re: How many Case statments can i use in Switch Statement

    As such no restrictions are laid by C compiler..... As long as your memory size permits, you can use Switch cases....:cool:
  5. Answers
    5
    Views
    3,442

    Re: How size of structure is defined

    it'll alwyz show 8bytes..... but it'll use only 5bytes..
Results 1 to 5 of 5
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