VLSI Question:

What is the difference between = and == in C?

VLSI Interview Question
VLSI Interview Question

Answer:

'=' in c is the assignment opperator.whereas '==' is the
logical equality operator.


Previous QuestionNext Question
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?What are the total number of lines written by you in C/C++? What compiler was used?