Results 1 to 4 of 4

Syntax C/C++

This is a discussion on Syntax C/C++ within the C++ By Mahwish forums, part of the C++ category; Aslam-o-Alikam, Mehwish main ap buhat khubsurti sy C++ ko beyan kiya hai. Lakin ap k sare programs main syntax C ...

  1. #1
    iTT Student kingofit's Avatar
    Join Date
    Sep 2010
    Location
    Pakistan
    Age
    33
    Posts
    3

    Exclamation Syntax C/C++

    Aslam-o-Alikam,

    Mehwish main ap buhat khubsurti sy C++ ko beyan kiya hai.
    Lakin ap k sare programs main syntax C k istamaal howa hai.

    Misaal k tor par.

    printf, scanf

    aur format specifier %d, %c.

    Ap ko es taraf b dean daina chae,

    Wasalam

  2. #2
    iTT Student
    Join Date
    Jul 2011
    Location
    Sialkot/Pakistan
    Posts
    8

    Re: Syntax C/C++

    aoa dear sister object oriented programming k lec. kahan hy.

  3. #3
    iTT Student
    Join Date
    Jan 2011
    Location
    chakwal
    Age
    46
    Posts
    29

    Re: Syntax C/C++

    Assalam O Alaikum!

    suppose we have a programe
    #include<iosteam.h>
    {
    main()
    int x,y,z=0;
    cout<< "Please enter the value of X:";
    cin>>x;
    cout<< "Please enter the value of y:";
    cin>>y;
    z=x+y;
    cout<< "the value of Z is:"<<cout z;
    }
    we want to add condition to get decision by the user like "Do you want to solve another Question anwer with Y or N"
    suppose user processed 3 or more questions
    at end we want to display the sum of total questions a user solved.
    like
    "total number of questions solve by user are:" .....
    Please tell me how we can do this???
    thanks

  4. #4
    iTT Student
    Join Date
    Jun 2010
    Location
    Karachi, Pakistan
    Age
    29
    Posts
    1

    Re: Syntax C/C++

    Mehwish Aap k sare programs sahi hain

    aur programms k tareeqayqar bhi buhat achay hain.....

    printf aur scanf wale functions 1 dam sahi hai C++ ki undestanding k lye.....

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •