Computer Technology

Computer Technology Computer Technology E3dady

29/10/2012

مين يقدر يقول البرنامج دة ال
output
بتاعة اية ؟
(Take care before Answer :D )

include

void main()
{
printf("Hello World")
}

28/10/2012

what about

(32)h
-(19)h
=?????????????

28/10/2012

قاعدة عامة ال Post هيكون English و ترجمتة بالعربي في اول Comment

28/10/2012

(011011110)
+(100100110)
+(110000000)
= ???????????????

28/10/2012

Machine (Computer) can't understand any language except binary language (zeros & Ones)
So when we program in C language we need Some thing to convert our code (our statements)
to the binary
This thing is Called "Compiler"

28/10/2012

In C,C++,C #,Java Programming
the end of the statement not dot as in nature language
the end of any statement is ;
so if u forget the ; this will means that the statement doesn't ended yet
Please Don't forget this;

28/10/2012

Hi All,
We want to draw flow chart that get
3 numbers from the user and print out the max of them

28/10/2012

Hi All,
we want to draw flow chart that the user should enter a positive integer number
and we will print out the Factorial of this number
Can we try with us

Hint :
The Factorial of 0 is 0
The Factorial of 1 is 0
The Factorial of 2 is 2*1
The Factorial of 3 is 3*2*1
The Factorial of 4 is 4*3*2*1

The Factorial of n is n*(n-1)*(n-2)*.....*2*1

Enjoy IT :D

Address

Abdo Basha
Cairo

Website

Alerts

Be the first to know and let us send you an email when Computer Technology posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Share