January 2010
22 posts
Nang nahulog ang puso ko sa may Taft.
Dun sa may UN.
Ganto kasi yun..
Pauwi na ako kasama si Verna. Sa Buendia ako sasakay ng Bus kasi nagtitipid ako. XD E di sumakay na kami ng jeep. Ng nasa Isitan na, syempre bumaba na si Verna. Ayaw ko pa umusog nun sa dulo. First time nga e. Ewan ko kung bakit.
Tapos, sa Lawton, may sumakay na babae. E di napausog ako sa dulo. Nang nasa bandang UN na kami,medyo traffic. Lalabas ko na sana cp ko...
1 tag
3 tags
notes#5
Use of Built-in Function
#include<stdio.h>
#include<conio.h>
#include<time.h>
void GetDateTime (void);
main (){
clrscr();
printf(“Before the GetDateTime() function is called. \n”);
GetDateTime();
printf(“After the GetDatetime() function is called. \n”);
getch();
return 0; }
void GetDateTime (void) {
time_t now;
printf(“Within...
3 tags
notes#4
Making Function Calls
#include<stdio.h>
#include<conio.h>
int function_1(int x, int y);
double function_2(double x, double y){
printf(“Within function_2. \n);
return(x-y); }
main () {
int x1=80; int y1=10;
double x2=10.123456; double y2=10.123456;
printf(“Pass function1 %d and %d. \n”, x1, y1);
printf(“Function_1 returns %d. \n”,...
3 tags
notes#3
Types of parameters:
1. Formal -Inside protoype and definition.
2. Actual- Actual value inside function call.
1 tag
2 tags
1 tag
paperpencilknife asked: need help sa C++? :))
1 tag
In 2010, UST..
proxyego:
neverforgetisz:
iamepic:
kevinlovesmasha:
• Swatch, the Swiss watch company, will design and manufacture a special UST Quadricentennial watch; • Bangko Sentral ng Pilipinas will issue special commemorative bills and coins, while the post office will issue special commemorative stamps; • Declaration of the eight decade-old Main Building as a national heritage landmark on Jan....