Search:

Type: Posts; User: girish1026

Search: Search took 0.00 seconds.

  1. Arguments return method is not working for float

    Below is the source code



    #include<stdio.h>
    #include<conio.h>

    int main(void);
    float * Display(float *,float *);
  2. Replies
    9
    Views
    2,671

    Ya now i understood. Actually j points to the...

    Ya now i understood. Actually j points to the address of i and not actually it stores. So that we can print the address directly. Thanks for your reply.
  3. Replies
    9
    Views
    2,671

    I am sorry laserlight. I did not understand your...

    I am sorry laserlight. I did not understand your answer in clear way. Please let me know it in detail. Thanks.
  4. Replies
    9
    Views
    2,671

    C Pointer question

    Hi to all.

    I have a small question regarding pointers concept is C. The code is below




    #include<stdio.h>
    #include<conio.h>
  5. Replies
    1
    Views
    1,888

    Questions regarding programs

    Question 1:
    -----------


    #include<stdio.h>
    #include<conio.h>

    int main(void)
    {
    int a,b;
  6. Replies
    1
    Views
    1,433

    Regarding Books Titles

    Hi 2 all. I wld like 2 know the titles for C and C++ based Network programming books.

    titles for C and C++ based hardware programming/system programming books.
  7. Replies
    1
    Views
    1,105

    Question regarding random numbers

    At first i am thankful to the people who have given answers to my questions.

    My questions are.

    1. I wld like to print a random letter in English alphabet. But here the condition is i should...
  8. Doubts regarding random numbers generation

    At first my new year wishes to all members.

    My doubts are

    1. How can i generate 10 random numbers from 1 to 10, But here the condition is the generated random numbers should be odds only and...
Results 1 to 8 of 8