Fleur (phExchanger) Blogs

Personal webspace of Fleur where bits and pieces of her mind are shared and exchange of thoughts are very much welcome.

Today, October 19, 2008, the examination for PhilNITS (Philippine National IT Standards Foundation) will be conducted. The said examination will be conducted simulatenously with the other member countries of ITPEC (IT Professionals Examination Council) namely JITEC of Japan Meteor of Malaysia NITP of Mongolia MCF of Myanmar PhilNITS of the Philippines NECTEC of Thailand VITEC of Vietnam. If you missed the examination today, another exam will be conducted on April 26, 2009. There is still ample time to prepare for [...]

Posted by phExchanger On Oct - 18 - 2008 Comments Off READ FULL POST

Here is another C program for displaying an empty diamond. This is another C program code for displaying a triangle. The user will input the base for the diamond (or triangle). The maximum input for this program is 40 although can easily be changed when implemented. #include #include int base, row, column, temp; main() { // Input Area – do-while is used to validate such that only inputs from 0 to 40 are accepted do { system(“cls”); printf(“Enter base : [...]

Posted by phExchanger On Jul - 24 - 2008 Comments Off READ FULL POST

Here is a C program for printing a multiplication table based on a user input n. The resulting table will be n x n. The maximum input is limited to 15 in order for the results to readable. Higher input will scroll the results. #include #include int number, row, column, result; main(void) { /*Input Area – Input number must be from 0 to 15, else input loop will continue */ do { system(“cls”); printf(“Enter max value: “); scanf(“%d”, &number); result=number; [...]

Posted by phExchanger On Jul - 24 - 2008 Comments Off READ FULL POST

The following format specifiers can be used when programming in C. %d (or %i) int %c char %f float %lf double %s string %x hexadecimal By specifying an integer between the % and the format specifier, the number of spaces displayed can be controlled easily. %9d will display 9 spaces before a character is displayed %09 will display 9 zeros (0) before a character is displayed %-9d a negative sign will left align the result %-09d a zero(0) format will [...]

Posted by phExchanger On Jun - 28 - 2008 Comments Off READ FULL POST
  • RSS
  • Delicious
  • Digg
  • Facebook
  • Twitter
  • Linkedin
  • Youtube

Let Them Know That Y

Here's another story that caught my attention while browsing. Like ...

top-10-2011-bar-passers

List of 2011 Success

Rauol Angel D. Atadero gfrom Ateneo de Manila got a ...

care

Small Caring Deed Me

While browsing, I happen to read the story below and ...

Unhealed Wounds

We oftentimes hurl hurtful words to someone just because we’re ...

17th Philippine International Hot Air Balloon

17th Philippine Inte

  Instead of spending the weekend at the mall, eating ...

Sponsors