Stages of Communication:
1.Deciding what to communicate.
2.Encoding intended meaning.
3.Transmitting the message.
4.Perceiving the incoming message.
5.Decoding and interpreting message.
6. Influence the receiver.
Online Calculator: If you are a mathematician or an accountant,you might need a calculator and some other stuffs;Like graph,bakers thermometer,factoring calculator. Poodwaddle.com You can use Poodwaddle.com to do these mathematical calculation,probably not in the Windows version. Related articles by Zemanta Make your own LED binary calculator (makezine.com) What in the heck was that mechanical calculator? (ask.metafilter.com)
Names Durations Quaid e Azam Aug.15,1947 to Sep.11,1948 Khawaja Nazimuddin Sep.14,1948 to Oct.17,1951 Ghulam Muhammed Oct.19,1951 to Oct.5,1955 Maj. Gen. Iskander Mirza Oct.6,1955 to Mar.22,1956
Write a program to fill the screen alternately with heart and diamond the ASCII code for heart and diamond are 3 and 4 respectively. #include #include void main(void) { int a=1; while(a<2001) { printf("\x3\x4"); a++; } getch(); }
Comments
Post a Comment