Q-1-: Choose a correct statement regarding C Comparison Operators
Correct
Incorrect
Question 2 of 5
2. Question
Q-2-: Which loop is faster?
Correct
Incorrect
Question 3 of 5
3. Question
Q-3-: Choose the correct option:
Correct
Incorrect
Question 4 of 5
4. Question
Q-4-: Push button have four legs and all the 4 legs are internally connected with each other.
Correct
Incorrect
Question 5 of 5
5. Question
Q-5-: What will be the output of below given code:
int sum=0;
while (sum<25) {
sum=sum+5;
Serial.print(“sum=”);
Serial.println(sum);
}
Correct
Incorrect
Report Content
Block Member?
Please confirm you want to block this member.
You will no longer be able to:
See blocked member's posts
Mention this member in posts
Invite this member to groups
Message this member
Add this member as a connection
Please note: This action will also remove this member from your connections and send a report to the site admin. Please allow a few minutes for this process to complete.