Search:

Type: Posts; User: qozmyox

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,118

    well guys i didnt write these codes, this is what...

    well guys i didnt write these codes, this is what they sent us through email and this program wasnt meant to be compiled in any compiler , was something that is trying to help us to know how these...
  2. Replies
    5
    Views
    1,118

    problem with the output

    hello guys , this program was given to us to find out the output.



    int x=50,y=60,z=70;
    void f(int x)
    {
    static int y=30;
    z+=x;
    y+=z
  3. Replies
    5
    Views
    911

    well i do have devc and bcw , but they dont work...

    well i do have devc and bcw , but they dont work properly on my pc . if you know anything then suggest me where i can code my c programs .(well i dont have enough space on my computer for visual c)
    ...
  4. Replies
    5
    Views
    911

    question about prime number function

    yo guys , i wrote this program and compiled in turboc, but it gets error"declaration syntax error" .


    #include <stdio.h>
    int main()
    int isprime(int n)
    {
    if(n<2)
    return 0;
    for(int...
  5. Replies
    9
    Views
    954

    thank you so much , wow , im just confused...

    thank you so much ,

    wow , im just confused now .gotta have a struggle with my friends now :D
  6. Replies
    9
    Views
    954

    well i know whats cout and cin(it must be printf...

    well i know whats cout and cin(it must be printf and scanf , right?) . actually i dont know the rest and need to prepare this for tonight.
  7. Replies
    9
    Views
    954

    well i only know C, had to ready a project with...

    well i only know C, had to ready a project with couple of people for someone . then my mates started writing this program in c++ without telling me. before we just notice that program was needed in C...
  8. Replies
    9
    Views
    954

    need to change the prgoram from C++ to C

    yo guys , would be nice if you give me a hand and change this program from C++ language to C . thank you very much



    #include <iostream>
    #include <iomanip>
    #include <string>

    using namespace...
Results 1 to 8 of 8