
Raju_Soop_1
Authored by Palani Thanaraj K
Computers
University
Used 3+ times

AI Actions
Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...
Content View
Student View
34 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
How many different types of pointers exist?
One type only (for integers)
Two types (one for integers, one for floats/doubles)
Three types (pointers, arrays, dynamic allocation)
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Which of the following is related to pointer to an array concept in C
int a[]={1,2,2,22};
int *p;
p=a;
int (*p)[3];
int a[]={1,2,3};
p=*a;
int *p[3];
int a[]={1,2,2};
p=a;
int **a[];
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Is the NULL pointer same as an uninitialised pointer?
TRUE
FALSE
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What does this command do?.
Creates a pointer of type integer that is initially pointing to null.
Creates a pointer of type integer that is initially pointing to 0.
Creates a pointer in the heap
None of the answers are valid
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
int main()
{
int arri[] = {1, 2 ,3};
int *ptri = arri;
printf("%d ", sizeof(arri));
printf("%d ", sizeof(ptri));
return 0;
}
3 3
12 12
12 4
4 4
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the return type of malloc() or calloc()?
int *
int **
void *
void **
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following will copy the null-terminated string that is in array src into array dest?
dest = src;
dest == src;
strcpy(dest, src);
strcpy(src, dest);
Access all questions and much more by creating a free account
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
34 questions
TIN 9 ÔN TẬP GIỮA KỲ 2
Quiz
•
8th Grade - University
29 questions
Module 6
Quiz
•
University
30 questions
IT Essential UIUX Chapter 05-5 ( Colour Wheel)
Quiz
•
University
29 questions
Module10-12
Quiz
•
University
33 questions
Midterm Exam - CTCC0323
Quiz
•
University
30 questions
Linux Quiz (RHCSA)
Quiz
•
University
34 questions
Computer Classification
Quiz
•
University
39 questions
HTML quiz
Quiz
•
University - Professi...
Popular Resources on Wayground
15 questions
Fractions on a Number Line
Quiz
•
3rd Grade
10 questions
Probability Practice
Quiz
•
4th Grade
15 questions
Probability on Number LIne
Quiz
•
4th Grade
20 questions
Equivalent Fractions
Quiz
•
3rd Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
22 questions
fractions
Quiz
•
3rd Grade
6 questions
Appropriate Chromebook Usage
Lesson
•
7th Grade
10 questions
Greek Bases tele and phon
Quiz
•
6th - 8th Grade
Discover more resources for Computers
12 questions
IREAD Week 4 - Review
Quiz
•
3rd Grade - University
20 questions
Endocrine System
Quiz
•
University
7 questions
Renewable and Nonrenewable Resources
Interactive video
•
4th Grade - University
30 questions
W25: PSYCH 250 - Exam 2 Practice
Quiz
•
University
5 questions
Inherited and Acquired Traits of Animals
Interactive video
•
4th Grade - University
20 questions
Implicit vs. Explicit
Quiz
•
6th Grade - University
7 questions
Comparing Fractions
Interactive video
•
1st Grade - University
38 questions
Unit 8 Review - Absolutism & Revolution
Quiz
•
10th Grade - University