What is the output of this program?#include <stdio.h>void...
THIS IS
What is the output of this program?#include <stdio.h>void...
What is the output of this code having void return-type function?void...
The circuit shown in the figure is a
What is the output of this program?void main(){int k;for (k = -3; k...
A variable declared in a function can be used in main.
What is the output of this C code?int main(){ int x...
What is the output of this C code?void...
What is the output of this C code?int main(){void foo();printf("1...
Which of the following operators has the lowest precedence?
Switch statement accepts _______.
What is the output of this program?int main(){int a = 0;for(a = 0; a...
What is the output of this C code?int main(){ int x...
What is the output of this C code?#include <stdio.h>int...
What is the output of this C code?#include <stdio.h>int...
Which of the following method are accepted for assignment?
What is the output of this C code?int main(){int x = 1, y = 2;if (x...
What is the output of this C snippet?int main(){int i = 0;for (i++; i...
An increase in the base recombination of a BJT will increase
Which of the following is an invalid if-else statement?
Which loop is more suitable for first perform the operation and then...
Example of iteration in C
The value of load resistance such that the power transferred to load...
What is the output of this program?void rec(int);int main(){int a =...
What is the output of this C code?int main(){int x = 1, y = 2;int z =...
What is the output of this C code?#include <stdio.h>void...
FIGURE SHOWS THE SWITCH REPRESENTATION OF----GATE
Number of times while loop condition is tested is, i is initialized to...
What is the output of this C code?int main(){ int x...
What is the output of this C code?void main(){1 < 2 ? return 1 :...
What is the output of this C code?void main(){ char...
What is the output this program?int main(){int a =...
Comment on the output of this C code?int main(){ int...
What is the output of this C code?int main(){int a = 2;int b = 0;int y...
What is the output of this program?int main(){int a = 0;for(; a <=...
What is the output of this C code?void main(){int n = 0, m = 0;if (n...
THE FIGURE CONTAINS----- TRANSISTORS
In CMOS technology, shallow P-well or N-well regions can be formed...
What is the output of this program?int main(){int a = 65;char c =...
What is the output of this C code?#include <stdio.h>int...
What is the output of this C code?int main(){ if...
What is the output of this C code?int main(){void foo(), f();f();}void...
What is the output of this C snippet?int main(){int a = 65;char c =...
What is the output of this C code?int main(){ int a...
What is the output of this C code?int main(){int x = 2, y = 2;float f...
8)The maximum number of prime implicants for 5-variables Boolean...
Assuming zero initial condition, the response y(t) of the system given...
What is the output of this C code?#includeint main(){int x = 1;short...
What is the output of this program?#include <stdio.h>int...
What is the output of this C code?int main(){ int i...
Comment on the output of this C code?int main(){int a = 1;switch...
Norton's theorem states that a complex network connected to a load can...
What will be the data type returned for the following function?int...
What is the output of this C code?int main(){int x = 2, y = 0;int z =...
What is the output of this program?int main(){int a = 0;for(a = 0; a...
What is the difference between %e and %g?
Comment on the output?main(){ char *p =...
What is the output of this C code?int main(){int x = 0, y = 2;if (!x...
Which of the following are unary operators?
The desirable characteristics of a transconductance amplifier...
What is the output of this C code?int main(){ int x...
If(a == 1 || b == 2){} can be mentioned as
Which among the following is odd one out?
What is the output of this C code?int main(){ int a...
What is the output of this C code?int main(){ int p...
What is the output of this program?#include int main(){int a = 0;a = 1...
What is the output of this C code?void main(){int k = 4;float k =...
THIS CIRCUIT IS AN IDEAL -------FILTER
LOGIC OF THIS CIRCUIT IS
Escape sequences are prefixed with
In the circuit shown below what is the output voltage, if a silicon...
What is the output of this program?main(){ if...
In the circuit shown below the op-amps are ideal.The output voltage is
What is the default return type of getchar()
What is the output of this C code?int main(){switch...
Comment on the output of this C Code?int main(){int a = 1;switch...