Archive for the ‘Resources’ Category

  • function-c language question and answer

    Jan 11, 13 • 1844 Views • Resources • • 3 Comments

    Q1. What is a static function? Ans1: It is a function whose scope is limited to the current source file. Scope refers to the visibility of a function or variable. Q2. Is it possible to execute code even after the program exits the main()? Ans2: C library

  • Questions on JavaScript

    Jan 11, 13 • 2745 Views • Resources5 Comments

    Ques 1. What is JavaScript? Ans: JavaScript is a general-purpose programming language designed to let programmers of all skill levels control the behaviour of software objects. The language is used most widely today in Web browsers whose software objects tend

  • ASIC Interview Questions

    Jan 11, 13 • 6681 Views • Resources4 Comments

    Application-specific integrated Circuit which is abbreviated as ASIC is the circuit which is designed to perform a specific and particular task. They are not for the general purpose use. With the growing technology, the size of ASIC is reducing day by day but

  • Questions on OSI Model

    Jan 11, 13 • 27391 Views • Resources12 Comments

    Questions on OSI Reference Model OSI Reference Model is the model which describe the network system architecture of 7 layers. These seven layers are named as Physical Layer, Data Link Layer, Network Layer, Transport Layer, Session Layer, Presentation Layer

  • User defined functions

    Jan 11, 13 • 13262 Views • Resources23 Comments

    Ques 1. What is the difference between user defined function and library function? Answer. User Defined Functions has to be Developed by the user at the time of writing a program like Main() while library defined functions are already defined in the library