Start learning 50% faster. Sign in now
32/100 × 4080 + 24/100 × 455 = x/100 × 4000 1305.6 + 109.2 = 40x 40x = 1414.8 x = 35.37
Below code will give what result for f(3)
f(int x)
{
If(x
Return;
f(x-1);
printf(“%d”, x);
f(n-1);
}
‘/?’ is used for what in C++
Which of the following is a commonly used network cable for wired Ethernet connections?
Which type of flip-flop is most commonly used for storing the state of synchronous digital systems?
In which type of scope do variables declared in a function have priority over variables declared in the surrounding program?
What is the decimal value of the floating-point number C1D00000 (hexadecimal notation)? (Assume 32-bit, single precision floating point IEEE representat...
Which searching algorithm requires the data to be sorted beforehand?
Which of the following statements is true about pipeline hazards?
What does the term "microprogramming" refer to in CPU control design?
Which of the following is NOT a common application of IoT?