Technical Skills- End Examin - 13-01-2024 ECE & EEE SEM V
Quiz
•
English
•
Professional Development
•
Practice Problem
•
Easy
CCC info@ccc.training
Used 1+ times
FREE Resource
Enhance your content in a minute
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> enum happylife { a,b,c=5 }; enum happylife s; main() { c++; printf("%d",c); }
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
main() { enum resut {pass, fail}; enum result s1,s2; s1=pass; s2=fail; printf("%d",s1); }
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> enum example {a = 1, b, c}; enum example example1 = 2; enum example answer() { return example1; } int main() { (answer() == a)? printf("yes"): printf("no"); return 0; }
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> #define MAX 4 enum ccc { a,b=3,c }; main() { if(MAX!=c) printtf("hello"); else printf("welcome"); }
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following C code if input given is 2? #include<stdio.h> enum day { a,b,c=5,d,e }; main() { printf("Enter the value for a"); scanf("%d",a); printf("%d",a); }
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will be the output of the following C code if the code is executed on a 32 bit platform?#include <stdio.h> enum sanfoundry { c = 0, d = 10, h = 20, s = 3 } a; int main() { a = c; printf("Size of enum variable = %d bytes", sizeof(a)); return 0; }
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> union stu { int ival; float fval; }; void main() { union stu r; r.ival = 5; printf("%d", r.ival); }
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Second Conditional (B1)
Quiz
•
Professional Development
20 questions
ColorOS11
Quiz
•
Professional Development
20 questions
Dentistry
Quiz
•
Professional Development
20 questions
HTML Quiz V1
Quiz
•
Professional Development
21 questions
Recap writing 1
Quiz
•
Professional Development
24 questions
G6 - SPORTS AND GAMES (3)
Quiz
•
Professional Development
24 questions
Vocab Quiz
Quiz
•
Professional Development
20 questions
Promo Produk Bulan September
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
9 questions
FOREST Community of Caring
Lesson
•
1st - 5th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
14 questions
General Technology Use Quiz
Quiz
•
8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
19 questions
Thanksgiving Trivia
Quiz
•
6th Grade
