c programming

  1. S

    ⚙️ C & C++ Codechum Answers in C Programming

    Hello, Magandang Gabi! I am new here po sa PHC and I want to share my Codechum Answers here sa mga BSIT new students po like me. Variables to Arrays po to. Eto po link: Codechum Answers Sana makatulong pa feedback nalang po salamat!
  2. X

    🔒 Closed C programming pa Help po

    #include<stdio.h> #define CANDIDATE_COUNT #define CANDIDATE1 "David Hull" #define CANDIDATE2 "Kristin Canella" #define CANDIDATE3 "Jim Brar" #define CANDIDATE4 "Donald Truimph" int votesCount1=0, votesCount2=0, votesCount3=0, votesCount4=0, spoiledtvotes=0; void castVote(){ int choice...
  3. X

    🔒 Closed C Program paano po gawin to. Pa tulong po

    Mini Voting C program Hindi ko po talaga alam ano dapat gawin nito, Yung gusto ko po sana yung pag ka tapos mo mag cast sa 1st candidates (Mayor) dapat susunod na sa (Vice mayor ) mag vovote kaya lang hindi ko po makuha anong timpla gagawin #include<stdio.h> #define CANDIDATE_COUNT #define...
  4. X

    🔒 Closed C Programming pa help po nito

    #include<stdio.h> #include<conio.h> #define ENTER 13 #define TAB 9 #define BCKSPC 8 #include<windows.h> struct user{ char fullName[50]; char email[50]; char password[50]; char username[50]; char phone[50]; }; void takeinput(char ch[50]){ fgets(ch,50,stdin)...
  5. X

    🔒 Closed Code C Programming, TERM PAPER example

    Help po, May example po ba kayu ng term paper sa programming? Pwde po ba patingin.
  6. J

    🔒 Closed Pa help po

    pa help po sa expert sa C programming paano po ito i code? salamat sasagot. Godbless
  7. A

    🔒 Closed Patulong sa code mga lods

    #include<stdio.h> int main(void) { char a, b, c; printf("Enter the first character: "); scanf("%c", &a); printf("Enter the second character: "); scanf("%c", &b); printf("Enter the third character: "); scanf("%c", &c); printf("%c\n%c\n%c", a, b...
  8. J

    ❓ Help C programming

    Pa help po 2:00PM na kasi deadline A program that will print a countdown from 10 to 1 and will display "MERRY CHRISTMAS" after the countdown. INSTRUCTIONS: 1. Make a C Program of the problem using any apps or software for C Programming 2. Take a screenshot of your answer,
  9. M

    ❓ Help C Programming

    pahelp naman po
  10. P

    🔒 Closed C Programming pa help

    Baka pwede matulungan ako nito mag code sa C salamat
  11. A

    🔒 Closed The Complete C Programming Course - From Scratch (UDEMY 100% FREE)

    Hey there! I welcome you all to my course - The Complete C Programming : From Scratch to Advanced. This course will give you all the contents and stuffs in order to make yourself comfortable and confident in C Programming if you're a beginner. The tricky concepts of C like Pointers...
  12. G

    🔒 Closed Programming in C Linked List

    Mga boss, pahelp naman po, and kung pwede po makahingi ng code for linked list?? Kahit simple lang po, di ko po talaga alam gagawin. (I know, I know, dapat di na talaga ko pumasok sa course na di ko alam gagawin, pero andito na e.) Please and thank you po! :) 🙇🙏
  13. P

    🔒 Closed C Programming Problem

    Mga boss ano bang mali dito sa program na ginamit ko please help: #include <stdio.h> #define twenty20 x/20 #define ten10 (x-(twenty20*20))/10 #define five5 ((x-(twenty20*20))-(ten10*10))/5 #define one1 (x-(twenty20*20))-(ten10*10))-(five5*5)/1 int main (void) { int x, twenty20, ten10, five5...
  14. Z

    ❓ Help Paki explain naman po sa marunong sa C

    Pa explain naman po, di ko kasi magets. Result : Eto po yung code: Nagtataka lang kasi ako dun sa naka highlight bat dicrement yung kailangan instead na i increment yung dot. Kasi sa result padagdag ng padagdag yung dots papuntang row 13. Di ko lang po magets hahaha TIA sa makakapag explain
  15. I

    🔒 Closed Help me with my c programming project

    Write a C program that determines the level of body temperature recorded within two months July and August. The program accepts the daily monitored temperature and determines its level (high, low or normal). The table below shows the levels of temperature. Temperature level 36 below Low 37...
  16. P

    🔒 Closed Help... simple program

    Help... Simple Program, ideas na pwedeng gawin. Tnx Contains of while and if
  17. A

    🔒 Closed C programming book

    C Programming A Modern Approach Learn C Practical Exercises on the Computational Subjects You Keep Avoiding Download: http://afilez.cf/download/3c6c064e0e15b4e35dd26866acc2ec56.html Enjoy :)
  18. F

    🔒 Closed Patulong nman sa pagcode nito. c turbo gamit ko.

    Create a program na mgdidisplay ng gender. If the user enters "M", ang lalabas ay Male o kapag "f" ang lalabas ay female at kapag wala sa dalawa ay Alien.
  19. D

    🔒 Closed Mga master tanong lang po

    Hi guys.. Isa po akong freshmen computer engineer.. Bagong bago palang po ako sa programming tapos mga kaklase ko batak na Hahahaha, matanong ko lang po kung ano po magandang application sa tutorial ng C programming at python programming.. Tanong ko na rin po.. Ano po ba magandang specs ng...
  20. E

    🔒 Closed Help c programming

    Mga God of coding! meron po ba kayo idea ng codes sa C prog kung paano mapapalabas lahat ng number combination for example Output: Enter an interger: 123 combination: 123 321 213 231 132 kung alam nyo at may ganyan please pa Tut Thanks
Back
Top