Search:

Type: Posts; User: Aamir Masood

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    22,303

    like???

    like???
  2. Replies
    13
    Views
    22,303

    Actually I had used this code and it also worked...

    Actually I had used this code and it also worked but everyone is using this code. I wanted some other way to do it .please.



    #include<stdio.h>
    int main()
    {
    int a,b,c,d,e,f,g,i,h,j,sum;...
  3. Replies
    13
    Views
    22,303

    u can only use integers and floats with basic...

    u can only use integers and floats with basic mathematical operands , comparison operations and selection statements if and if-else without using loops and strings
  4. Replies
    13
    Views
    22,303

    Reverse a five digit number in C

    Create program with following transformation:
    1- Reverse a five digit number
    you can only use printf, scanf, arithmetic operators, comparison
    operators and selection statements i.e. if and...
Results 1 to 4 of 5