SamiZzY

SamiZzY

Member

Member since
Jan 5, 2013
Last active
Jun 6, 2013
Total activities
0

Activity feed

Recent contributions

  1. #Threads

    c49391e8-1582-4b9e-a83c-67ffb35017c2

    I think I do now thnx 😁

  2. #Threads

    47ad80e0-88c9-41b0-acb3-0772e8a816fd

    Had to read 4th step again n again bt thnx man priceless explanation.

  3. #Threads

    c4cd25aa-9768-4318-82b5-3596ae59b236

    Actually I was hoping if someone could explain it step by step . I knw abt the post and pre increment operators...

  4. #Threads

    f77a9389-3126-4c16-9796-4c6ae38a2ee9

    Aaaaaahhhhh damn! Bt thankyou.

  5. #Threads

    d07b0694-ff0c-4db7-8964-471c5d9cd4e8

    That's exactly the ans I came up with! Bt ppl were saying something like -6 1 0 . I dnt knw the...

  6. #Threads

    7a9d162b-c592-47c2-b5da-c294d9d2ca87

    So this ques came in my paper, can anyone provide a ans with an explanation. #include<stdio.h> { int x=10,y,z; z=y=x; y-=--x; z-=x--;...

  7. #Threads

    66aa80f2-4cd6-4249-acc2-d3cfc9d751f6

    thankyou sir.! noting what you said , replaced all the var index with original index in the 2nd loop and at the...

  8. #Threads

    33042789-2da8-476a-bc94-f16e2f2cf08c

    i replaced the l.h.s index with original index int the last line(is that what you meant?😕 ) , and the output was...

  9. #Threads

    74561c56-4a5a-4a03-a25b-3cf60b65b065

    sir, ... it seems i am stuck again but this time for sure, i know the logic. Below is the code for...

  10. #Threads

    6e92d6b2-4294-4923-a911-2378c6aa0230

    ConquerorThat main method end was in comment and SC used Function call in his program The findsum function was called in the...

  11. #Threads

    27ec6358-4a07-4a68-97fa-e2b269f88410

    rahul69#-Link-Snipped-# and From above quotes I guessed that u are probably considering findsum as pre-existing like Library functions, which is not true,.....

  12. #Threads

    89e10b8d-87c8-4bae-ae7d-2aad1add492b

    #include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) {int total_number,index,final_ans; printf("Give the number upto which the square of...