Tuesday, 11 September 2012

What you are supposed to tell about C language......


                If you are asked to say your knowledge about C..don't hesitate..tell him that.."Iam confident in C.."..because nowadays..in Job interview..no one is gonna ask you to write complicated program in C..only you need is some basic knwledge to show your confidence level.

               Most of the recruiters are searching for only these keywords when you give your description about C..whateva be the detail..make sure you include these keywords

                 1>General purpose programming language

                 2>Founder - Dennis Ritchie

                 3> Procedural Language - means..it emphasizes on sequential execution and on functions. A problem/ a given task is divided into small function. After that each function is given importance for solving the whole problem/task.

     Wanna impress Interviewer??

                             C is a general purpose procedural programming language developed by Dennis ritchie

So..there will be an obvious question whats "procedural" means?

       Answr in an informal way...so that they will understand that you haven't mugged up...you have understood the concept.
            
              Suppose if we are making a recipe..let it be peas masala...then we can take that recipe as the main task/problem. We will divide it into small functions..like..one function will be washing peas anoder function will be taking water and boiling it and anoder will be dealing with how much masala you want to put. So here we have divided the MAIN TASK into SUB FUNCTIONS/Sub Routines. So here we call each Subroutines to perform each function and thus the whole task is completed.


             Understand this..and you are gonna be cool infront of the question about C.
                        

No comments:

Post a Comment