Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Member Avatar for abd2

hi, this is the code: #include <stdio.h> main() { int m1, m2, m3, m4, m5, per; printf("Enter marks in five subjects\n"); scanf("%d%d%d%d%d",&m1,&m2,&m3,&m4,&m5); per=(m1+m2+m3+m4+m5)/5; if(per>=60) printf("first division\n"); if((per>=50) && (per<60)) printf("second division\n"); if((per>=40) && (per<50)) printf("third division\n"); if(per<40) printf("fail\n"); } this is the output for: [root@localhost lbin]# gcc -o division division.c …

Member Avatar for kimchong
2
2K
Member Avatar for nufanvandal

Hey all, I'm looking to bounce and brainstorm some ideas. I'm curious about new techniques for handling global navigation. We're all familiar with standard menu's with flyouts, drop downs etc.... If you've worked on enterprise systems you know how unruly a huge hierarchy can be. 3...4..or more flyout levels (nooo!!!!) …

Member Avatar for fabibz
0
65
Member Avatar for nufanvandal

Hi guys, Wasnt sure exactly where to post this, but I need assistance in exactly how I would take a regular ol' clip art map of the United States, add Markers to specific areas, then when a user scrolls over a marker have a pop up box with some text …

Member Avatar for ~s.o.s~
0
65
Member Avatar for nufanvandal

Title pretty much says it all, I'm looking to do a small upgrade to my pc. I'm a pc gamer,and I wanna add a little more umph to my gameplay so I can get my money's worth out of my new gfx card. Here are my current PC specs... Windows …

Member Avatar for jo2995
0
59
Member Avatar for nufanvandal

Hi everyone. I know this isn't the usual tech problem people ask about, but Ive been racking my brain, and I can't come up with a solution to my problem. To make it short and sweet, basically, out of nowhere games like Half Life2(CS:S, Deathmatch..etc), Hitman Bloodmoney.. for a couple …

Member Avatar for nufanvandal
0
79
Member Avatar for epsos

hey all how is everyone!1 okay a quick question could someone give me a list or programming languages well all of em from easy to heard as i want to try and learn them all lol tell im a newbie lol could you also tell me which ones are better …

Member Avatar for nufanvandal
0
154
Member Avatar for nufanvandal

Hello, I have a 120gig western digital external hard drive. I currently have about 40 gigs of data on the hard drive, but when I look at the properties it shows me only having 2 gigs of space left. I'm not sure what is wrong, and it will not let …

Member Avatar for chrisbliss18
0
163
Member Avatar for nufanvandal

Hello, I have a project which involves basic implementations of linked lists, in C. First though, I have to read the information from a file, which contains all different types(int, char, float) which is my problem...after i read the information into the nodes, it should be smooth sailing.. I was …

Member Avatar for nufanvandal
0
122
Member Avatar for nufanvandal

Hey everyone. im having issues with my for loop: basically it reads in from a file using unix redirection and stores the integers into an array, that all works fine, but i need to return the number of integers that were read in, and logically i thought [COLOR=Red]this[/COLOR] would work, …

Member Avatar for nufanvandal
0
112
Member Avatar for nufanvandal

hello, im pretty new to C and for my first project, I have to print out information about a box.(exciting...) anyway, i have the user enter the width and height of the 2d box, and then give them a menu to select from, to get info about the box, perimeter, …

Member Avatar for red_evolve
0
258