Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    2
    Views
    3,288

    Re: character array

    If what you meant is
    what is the difference between char *a="abcd" & char a[]=-"abcd" ?
    What Sahil Jain said applies here also. From usage point of view, the a in a[] is actually a constant...
  2. Answers
    5
    Views
    4,771

    Re: Float or character in place of int

    The main() returns two values only, either 1 or 0 ::
    The main can return any integer value and any value other than 0(EXIT_SUCCESS actually) indicates that the program's execution was a failure. The...
  3. Answers
    5
    Views
    4,771

    Re: Float or character in place of int

    The c & c++ standard say that the return type of the main() function must be int. Otherwise the behavior is undefined. Some good compilers(like gcc) even show an error msg when u use void or float...
Results 1 to 3 of 3
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