SASI -BATCH 3-DAY6-FN(25.11.23)
Quiz
•
English
•
Professional Development
•
Practice Problem
•
Hard
CCC info@ccc.training
Used 1+ times
FREE Resource
Enhance your content in a minute
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main() { const int a = 5; const int *ptr; ptr = &a; *ptr = 10; printf("%d\n", a); return 0; }
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main() { printf("%d", sizeof(void *)); return 0; }
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main() { int a = 10, b = 6; int *ptr; ptr = &b; printf(" %d ", a **ptr); return 0; }
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main(){ char array[5] = "Knot", *ptr, i, *ptr1; ptr = &array[1]; ptr1 = ptr + 3; *ptr1 = 101; for(i = 0; i < 4;i++) printf("%c", *ptr++); return 0; }
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main(){ int i = 5; void *vptr; vptr = &i; printf("\nValue of iptr = %d ", *vptr); return 0; }
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main() { int num = 10; // assume the address location is 2293436 printf("num = %d address = %u ",num, &num); num++; printf("\tnum = %d address = %u",num, &num); return 0; }
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include<stdio.h> int main(){ char *str1 = "First"; char *str2 = "Second"; switch(*str1){ case "First": printf("USAIN BOLT"); break; case "Second": printf("JUSTIN GATLIN"); break; default: printf("Others"); } return 0; }
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
Already have an account?
Similar Resources on Wayground
10 questions
EIE vocabulary book 7 lesson 1
Quiz
•
Professional Development
20 questions
4000 Essential English Words I | Unit V
Quiz
•
7th Grade - Professio...
20 questions
coding skills(ISCP 02) Tuesday slot3 (2.00pm - 4:00pm) CSE X & Z
Quiz
•
Professional Development
10 questions
The Role of Error
Quiz
•
Professional Development
10 questions
Work phrasal verbs
Quiz
•
12th Grade - Professi...
16 questions
word parts
Quiz
•
12th Grade - Professi...
20 questions
English Grammar and Vocabulary Quiz
Quiz
•
Professional Development
15 questions
RMP MCA-22.01.24-searching and sorting-FN
Quiz
•
Professional Development
Popular Resources on Wayground
5 questions
This is not a...winter edition (Drawing game)
Quiz
•
1st - 5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
10 questions
Identify Iconic Christmas Movie Scenes
Interactive video
•
6th - 10th Grade
20 questions
Christmas Trivia
Quiz
•
6th - 8th Grade
18 questions
Kids Christmas Trivia
Quiz
•
KG - 5th Grade
11 questions
How well do you know your Christmas Characters?
Lesson
•
3rd Grade
14 questions
Christmas Trivia
Quiz
•
5th Grade
20 questions
How the Grinch Stole Christmas
Quiz
•
5th Grade
Discover more resources for English
26 questions
Christmas Movie Trivia
Lesson
•
8th Grade - Professio...
25 questions
Christmas Movies
Quiz
•
Professional Development
20 questions
Christmas Trivia
Quiz
•
Professional Development
15 questions
Fun Holiday Trivia
Quiz
•
Professional Development
25 questions
Name That Tune - Christmas
Quiz
•
Professional Development
29 questions
Christmas Song Emoji Pictionary
Quiz
•
Professional Development
9 questions
Holiday Movie Trivia
Lesson
•
Professional Development
34 questions
Winter Trivia
Quiz
•
Professional Development
