Search:

Type: Posts; User: ShubhamDepp

Search: Search took 0.01 seconds.

  1. my code is not complete....please help me :) I m...

    my code is not complete....please help me :)
    I m a beginner.
  2. here is my effort from line 36 to 57 :) 1...

    here is my effort from line 36 to 57 :)


    1 #include<stdio.h>
    2 #include<math.h>
    3 int main()
    4 {
    5 int t,count=1,i,j,k=0,n,z,l=0,p,f=0,key=0;
    6 int a[100][100];
    ...
  3. How to check square block condition in sudoku for its validity?

    Thank you for helping!!!!1 :redface::redface:
  4. Nothing is printing..... :(...I m a...

    Nothing is printing..... :(...I m a beginner....please help
  5. For finding the factorial of a large number

    Here is my algorithm :-
    You know to calculate factorial of a number, you should multiply all numbers from 1 to itself, for example:
    http://cboard.cprogramming.com/1000-Factorial_files/minus.gif...
  6. Finding logarithm of a number using Recursive relations

    we have to fing log of a number n(1<=n<=2) using recursive relation???:):)
  7. Finding Factorial of a large number using array

    Q.There are multiple test cases.
    Each line contains a single integer n.
    Find factorial of n ( n<150)
    Input:
    6 (no. of test cases )
    25
    Output:
    720
    15511210043330985984000000
  8. segmentation fault in C program for finding if sudoku is wrong or right

    #include<stdio.h>
    #include<math.h>
    int main()
    {
    int t,count=1,i,j,k,n,z,l,p;
    int a[100][100];
    scanf("%d",&t);
    for(count=1;count<=t;count++)
    {
    scanf("%d",&n);
Results 1 to 8 of 8