SamiZzY
Member
- Member since
- Jan 5, 2013
- Last active
- Jun 6, 2013
- Total activities
- 0
Activity feed
Recent contributions
-
#Threads
c49391e8-1582-4b9e-a83c-67ffb35017c2
I think I do now thnx π
-
#Threads
47ad80e0-88c9-41b0-acb3-0772e8a816fd
Had to read 4th step again n again bt thnx man priceless explanation.
-
#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...
-
#Threads
f77a9389-3126-4c16-9796-4c6ae38a2ee9
Aaaaaahhhhh damn! Bt thankyou.
-
#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...
-
#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--;...
-
#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...
-
#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...
-
#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...
-
#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...
-
#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,.....
-
#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...
-
#Threads
6c73da19-5a29-4a8e-a454-dea32831e6aa
yes I am also using Dev C++ v 4.9.9.2, downloaded it from the link provided in the 1st page.
-
#Threads
a8fb92f7-edc5-48ad-acbd-6b0a08fd13a5
when i execute the 'find sum of n number' program, it gives an error "undefined reference to' findsum' ". some prob with...
-
#Threads
4a8c6696-72c2-4671-ba2b-98cc5266913f
Wasn't expecting a reply but this is amazing π ,nice people still exist. Thankyou very much for the replyπ. Regarding the line...
-
#Threads
39034942-06cf-44a2-9946-953787edaf2b
#include <stdio.h> #include <stdlib.h> int main(int argc, char *argv[]) { int a,b,i,c; printf("Give the number upto which the squares of the numbers...