VLSI Question: What is the difference between = and == in C? VLSI Interview QuestionAnswer: '=' in c is the assignment opperator.whereas '==' is the logical equality operator. Previous QuestionNext QuestionHave 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?