Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
1 Commented Post
0 Endorsements
~424 People Reached
Favorite Tags
c++ x 5
Member Avatar for bliya123

Hi can someone explain to me why i get the results 1: 4 3 2: 3 4 3: 3 4 4: 3 4 5: 3 3 6: 3 4 for the following code? #include<stdio.h> void switch2(int *a, int *b) { int hold; hold = *a; *a = *b; *b = …

Member Avatar for Ancient Dragon
0
101
Member Avatar for bliya123
Member Avatar for bliya123
-2
99
Member Avatar for bliya123

#include <stdio.h> #include <math.h> #define PI 3.141593 // prototype of function to find the great circle distance between two points double gc_dist(double, double, double, double); int main(void) { double lat1, long1, lat2, long2; printf("Enter latitude north and longitude west "); printf("for location 1 : "); scanf("%lf %lf", &lat1, &long1); printf("Enter …

Member Avatar for VernonDozier
0
177
Member Avatar for bliya123

Hi I was unaware that I wldnt be able to change my username once i chose one.I just joined as a memeber a few minutes ago.Could the admin pls help me change it?I want to change it for privacy's sake.i chose my current usrname upon the assumption that i wld …

Member Avatar for Dani
0
47