Forum Replies Created

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • in reply to: calculator programme #3263
    yeswanth
    Participant

    in reply to: calculator programme #3262
    yeswanth
    Participant
    in reply to: how to create a program of Lucas No. using Turbo C #3333
    yeswanth
    Participant

    The first few numbers of Lucas sequences which is a variation of Fibonacci sequence are sequence are
    1 3 4 7 11 18 29
    a) Design a program in C to generate Lucas sequence.
    b) Develop a function to calculate sum of first n odd integers.

    in reply to: base conversion #3264
    yeswanth
    Participant

    A program to convert a decimal number to its equivalent binary number.

    in reply to: C program to display own source code as output #3275
    yeswanth
    Participant

    i think you should use file handling and open the file which you are making it will show your file on compiling the program

    in reply to: C program to display own source code as output #3274
    yeswanth
    Participant

    i am not ab;e to write whole program at this time but i give you the clue that you should use file handling and open your file on which you are writting the program

    in reply to: hi this is kishore #3279
    yeswanth
    Participant

    you should refer to lakshmikant question i replies at that

    in reply to: Re: c programming #3290
    yeswanth
    Participant

    Write a program to print a triangle (Floyd Triangle) like the following: –
    1
    1 2 1
    1 2 3 2 1
    1 2 3 4 3 2 1
    1 2 3 4 5 4 3 2 1

Viewing 8 posts - 1 through 8 (of 8 total)