What is the most complicated/valuable program you written in
C/C++?
Answers were Sorted based on User's Feedback
Answer / prasn
The program that involves pointers, say link list type of
programs
| Is This Answer Correct ? | 6 Yes | 9 No |
Answer / lokesh
program that displayed a picture of a train and moved it
across the screen to simulate its movement
| Is This Answer Correct ? | 7 Yes | 10 No |
Answer / tanmoy
the answer is micro controller programming and function
using any program and pointer using program.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / praveen vinny
Link List program is not so complicated. Being a programmer
and a software developer, I felt that C's most difficult
program is BINARY TREE. Many students and even
professionals feel difficulty to solve this. Can't you
agree with me?
| Is This Answer Correct ? | 5 Yes | 13 No |
Have you studied pipelining? List the 5 stages of a 5 stage pipeline. Assuming 1 clock per stage, what is the latency of an instruction in a 5 stage machine? What is the throughput of this machine ?
Explain the three regions of operation of a mosfet.
Explain why & how a MOSFET works?
What is interrupt latency?
How do you size NMOS and PMOS transistors to increase the threshold voltage?
How does Resistance of the metal lines vary with increasing thickness and increasing length?
What is the ideal input and output resistance of a current source?
What happens if we delay the enabling of Clock signal?
Differences between DRAM and SRAM?
14 Answers Infosys, Intel, University, Wipro,
How can you model a SRAM at RTL Level?
Insights of a 2 input NAND gate. Explain the working?
Write a pseudo code for sorting the numbers in an array?