
Raju_Soop_1

Quiz
•
Computers
•
University
•
Hard

Palani Thanaraj K
Used 3+ times
FREE Resource
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);
Create a free account and access millions of resources
Similar Resources on Wayground
30 questions
PHP-предметная олимпиада по программированию

Quiz
•
University
30 questions
Round_1 (B)| Coding Combat 2.0

Quiz
•
University
30 questions
Quiz'O Mania Round 1

Quiz
•
University
30 questions
UJIAN MID SMSTR 1 XI RPL PEMROGRAMAN WEB DAN PERANGKAT BERGERAK

Quiz
•
University
30 questions
Latihan Soal Logika Algor

Quiz
•
University
30 questions
Pspd Formative

Quiz
•
University
30 questions
Pengantar Algoritma dan Struktur Data

Quiz
•
University
35 questions
OOPS quiz-1

Quiz
•
University
Popular Resources on Wayground
10 questions
Lab Safety Procedures and Guidelines

Interactive video
•
6th - 10th Grade
10 questions
Nouns, nouns, nouns

Quiz
•
3rd Grade
10 questions
9/11 Experience and Reflections

Interactive video
•
10th - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
11 questions
All about me

Quiz
•
Professional Development
22 questions
Adding Integers

Quiz
•
6th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
9 questions
Tips & Tricks

Lesson
•
6th - 8th Grade
Discover more resources for Computers
21 questions
Spanish-Speaking Countries

Quiz
•
6th Grade - University
20 questions
Levels of Measurements

Quiz
•
11th Grade - University
7 questions
Common and Proper Nouns

Interactive video
•
4th Grade - University
12 questions
Los numeros en español.

Lesson
•
6th Grade - University
7 questions
PC: Unit 1 Quiz Review

Quiz
•
11th Grade - University
7 questions
Supporting the Main Idea –Informational

Interactive video
•
4th Grade - University
12 questions
Hurricane or Tornado

Quiz
•
3rd Grade - University
7 questions
Enzymes (Updated)

Interactive video
•
11th Grade - University