Search:

Type: Posts; User: raihan004

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,855

    am trying to count word . fgets take input if its...

    am trying to count word . fgets take input if its find space or . or , then word count++ if it find multiple space or . or , then increasse value i till find letter.
    but i couldn't get my 2nd ques...
  2. Replies
    6
    Views
    1,855

    Coding why wrong/logic cant understand

    Am tyring to solve simple string related problem.Its almost solve but i faced some problem and can't understand.so i need your help for get my soluton .
    here is my coding




    #include<stdio.h>...
  3. Replies
    3
    Views
    2,711

    wnat to know some logic about gcd

    i can calculate gcd between 2 and 3 number but how can i calculate gcd multiple nuber i,e 10 number 20 number .
    i need logic and idea. possibly help me for coding.
    here is my effort. i want to...
  4. Replies
    10
    Views
    2,241

    [solved] problem solve

    i solve this problem . if any wrong about my logic please repaly or notify me thanks all



    #include<stdio.h>
    int main()
    {

    int y,m,n=0,i,x=0;
    scanf("%d",&y);
  5. Replies
    10
    Views
    2,241

    now i inlcude my tried attetmp code . now make me...

    now i inlcude my tried attetmp code . now make me my code fullfill and make clear concept
  6. Replies
    10
    Views
    2,241

    sorry am new. can't i ask any problem solution...

    sorry am new. can't i ask any problem solution code ? what is my fault?
  7. Replies
    10
    Views
    2,241

    need to solve simple c problem

    Problem Name: Y = MX
    Everyone know that the equation of a straight line is Y = MX + C. But if C = 0, then the straight line is passing through the origin. Here I always put C = 0. So our equation...
  8. Replies
    2
    Views
    1,827

    need help about string in c program

    #include<stdio.h>
    #include<string.h>
    int main()
    {
    char *p;
    printf("enter some thing:");
    gets(p);
    printf("you have typed:%s\n",p);

    }
Results 1 to 8 of 8