Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #3K
~497 People Reached
Member Avatar for ashlock

I own the domain name "bitemelater.in" and I have forwarded it to my blog. I have enabled URL Masking from my domain registrar website. The problem is that it shows the same URL for all the pages. I want that it should show the URLs like bitemelater.in/about and so on. …

Member Avatar for pritaeas
0
95
Member Avatar for terence193

This is the problem I have Read in 10 numbers, 10<numbers<100. As each number is read, print it only if it is not a duplicate of a number already read. I did the first part but couldn't work out the second,where the duplicate is used. I have some idea in …

Member Avatar for zeroliken
0
110
Member Avatar for jamal30

can someone help me? i am new to C, i meed to read file which looks like this Month Date Day Activity Repetitions January 1 Monday brushed_teeth 9 January 1 Monday combed_hair 5 Then i need to do calculations in the reps and month

Member Avatar for ashlock
0
95
Member Avatar for terence193

I am trying to create a program that creates a loop to enter different values in an array. but the program is skipping values of i. I can't understand why.. [CODE] #include<stdio.h> int main (void) { char s[10]; int i; for (i=1;i<=10;i++) { printf("enter %d'th value of the array 's'\n",i); …

Member Avatar for ashlock
0
97
Member Avatar for FinaL111

Hello I have a question regarding linked list: The assignment I was given was rather large so I'm not going to go into the full details of what exactly it does and give you just what is needed to answer the question. First we have a student records structure [CODE]typedef …

Member Avatar for ashlock
0
100