Search:

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

Search: Search took 0.00 seconds.

  1. Answers
    3
    Views
    3,620

    Re: What is value of printf("%d",12.5);

    actually when u give
    float i=12.5;
    4 byte of memory is allocated for the float variable.But when u give
    printf("%d",i); it accesses the first 2 bytes of the float variable (as it is now asked to...
  2. Answers
    3
    Views
    3,620

    Re: What is value of printf("%d",12.5);

    Its giving as 0 that is due to the change in formats specified in both declaration and printf statements...
    It is to be noted if u declare an integer variable and in printf if u give %f then also a...
Results 1 to 2 of 2
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