User Profile

Collapse

Profile Sidebar

Collapse
shaveta
shaveta
Last Activity: Sep 7 '06, 04:50 AM
Joined: Aug 29 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • shaveta
    started a topic kindly help me to write program in c
    in C

    kindly help me to write program in c

    The problem is like this:-


    A maze is a rectangular area, with m rows and n columns, with an entrance and an exit. The interior of the maze contains obstacles. The entrance is at the upper-left corner, and exit is at the lower-right corner. A rat in a maze problem is to find a path from the entrance to exit of a maze. A path is basically a sequence of positions, none of which is blocked, and such that each (east,west south,north)...
    See more | Go to post

  • pls guide me to write a program in c sort a linked list using selection sort

    pls help me to write a program in c that reads n elements of type float, stores them in a linked list ,sort it in the descending order using selection sort methods, and finally output the sorted linear linked list
    See more | Go to post

  • program in c to generate a magic square of size n*n, where n is odd

    pls guide me to write a program in c to generate a magic square of size n*n , where n is odd

    A magic square is an n*n matrix of integer from 1 to n^2, where n is odd, such that the sum of every row, column and diagonal is same.
    The rule is - Start with 1 in the middle of the first row; then go up and left , assigning nos. in increasing order to empty squares; if u fall off the square i.e. if if it is the first column, move...
    See more | Go to post

  • shaveta
    started a topic sum of consecutive positive integers
    in C

    sum of consecutive positive integers

    pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"

    thanx in advance
    See more | Go to post

  • c program to check that whether computer on which u r working is little endian or big

    Can anyone pls tell me how to write a program in c to check whether computer we are working on is little endian or big endian
    See more | Go to post
No activity results to display
Show More
Working...