Time Left - 15:00 mins
GATE 2025 Programming and Data Structure Quiz 1
Attempt now to get your rank among 184 students!
Question 1Multiple Correct Options
What will be the output of the program?
Question 2
Consider the following code fragment
main()
{
int a,b,c;
a=5;b=4;c=3;
a=a&&b||c;
printf(“%d”,a);
}
Output of above code will be?
Question 3
Number of zeros in the output?
Question 4
Which of the following special symbol allowed in a variable name?
Question 5
a << 1 is equivalent to?
Question 6
What will be the output of the program?
- 184 attempts
- 0 upvotes
- 1 comment
Nov 3GATE & PSU CS