-
Jan 11, 13 •
44267 Views •
Resources •
saarika Singh •
30 Comments
Modulation and demodulation process is the main process behind the communication system. A effective communication may only be established if we have a proper and efficient tool for undergoing the modulation and demodulation procedures effectively. Being the
-
Jan 11, 13 •
20598 Views •
Resources •
saarika Singh •
4 Comments
Q1. What is UNIX? Ans- UNIX is a multitasking, multi-user computer operating system. The UNIX operating system comprises three parts: The kernel, the standard utility programs, and the system configuration files. Q2. What is a UNIX Shell? Ans- The
-
Jan 11, 13 •
4794 Views •
Resources •
saarika Singh •
4 Comments
Q1. What do you mean by argument passing mechanism? Ans- The exact mechanism for assigning arguments to parameters, called argument passing, depends upon the evaluation strategy used for that parameter (typically call-by-value), which may be specified
-
Jan 11, 13 •
36332 Views •
Resources •
Top Coaching Institute •
34 Comments
Q.1 What is a multiplexer? Ans. Multiplexer is the device which has n inputs and only one output. It selects one of the input and passes to the output.There is one more terminal called as select input which decides which input terminal is to be selected to
-
Jan 11, 13 •
1840 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