Joined
Last Seen
0 Reputation Points
0% Quality Score
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
0 Endorsements
Ranked #37.0K
~2K People Reached
Favorite Forums
Favorite Tags
4 Posted Topics
| |
I opened my pc and actually dusted it, i didnt remove anything except for the ram and some cable i put it back so after coupling it back it just stopped working the fan and the light at the front but the at light at the back of the cpu … | |
Re: you can use the /t and /n in your output e.g cout << "WORD/t" << "OPPOSITE/n"; cout <<"go/t" <<"come/n"; cout <<"boy/t" << "girl/n"; The output will be : WORD OPPOSITE go come boy girl | |
Re: i think the problem he has is y are pointer necessary like me i use it but i dont what makes it different or special e.g char arr[10]="google"; char *arr; arr="google"; using pointer doesnt make sense to me but i still use but dont know when to use i just … |