This course includes:
1 hour on-demand video
7 downloadable resources
Access on mobile and TV
Full lifetime access
Certificate of completion
What you'll learn
The absolute basics of the C programming language
How to run C code
How to make C program
How to do basic input/output
How to create...
C Programming - Basics to Advanced Level
Learn C Programming Language from Basic to Advanced level easily by understanding every topic with practical session.
This course includes:
4.5 hours on-demand video
1 article
55 downloadable resources
Access on mobile and TV
Full lifetime access...
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!
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...
#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...
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,
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...
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! :) 🙇🙏
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...
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
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...