Posts

Find the odd man out 396, 462, 572, 427, 671, 264

Which of the given option is the correct method for initialization? typedef char *string;A) *string *p = “Hello”;B) string p = “Hello”;C) *string p = ‘A’;D) Not more than one space should be given when using typedef

The maximum power that can be transferred to the load resistor RL from thevoltage source in figure is

What is the output of this C code? #include void main() { m(); void m() { printf("hi"); } }A) HiB) Compile time errorC) NothingD) Varies

What is the output of this C code? #include int main(){int i =0;for(;;;)printf("In for loop\n");printf("After loop\n");}A) Compile time errorB) Infinite loopC) After loopD) Undefined behavior

ser-defined data type can be derived by___________.A) StructB) EnumC) TypedefD) All of the mentioned

What are two ways to remember the current state of a counter in VHDL?A) With FUNCTIONS and PROCESSB) With counters and timersC) With SIGNAL and VARIABLED) With bit types

Tea worth Rs. 126 per kg and Rs. 135 per kg are mixed with a third variety in the ratio 1 : 1 : 2. If the mixture is worth Rs. 153 per kg, the price of the third variety per kg will be:

At a game of billiards, A can give B 15 points in 60 and A can give C to 20 points in 60. How many points can B give C in a game of 90?

1. What is the output of this C code? #include void main(){int x = 97;int y = sizeof(x++);printf("X is %d", x);}

How many input combinations would a truth table have for a six-input AND gate?

In a certain digital waveform, the period is four times the pulse width. The duty cycle is ?

For a three-input NOR gate, with the input waveforms as shown below, which output waveform is correct? A) AB) BC) CD) d