
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
32 questions
Java Basico

Quiz
•
University
35 questions
QUIZ PEMROGRAMAN 1 REG. PAGI

Quiz
•
University
34 questions
C++ Functions and Arrays Quiz

Quiz
•
University
35 questions
DDP UA

Quiz
•
University
30 questions
Think Tank Tuesday

Quiz
•
University
30 questions
C Programming Quiz (Entry for Data Structures)

Quiz
•
University
30 questions
8 ci sinif ümumiləşdirici test

Quiz
•
6th Grade - University
30 questions
Parcial 1 - Programación IV-UIV

Quiz
•
9th Grade - University
Popular Resources on Wayground
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
10 questions
Ice Breaker Trivia: Food from Around the World

Quiz
•
3rd - 12th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
20 questions
ELA Advisory Review

Quiz
•
7th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Multiplication and Division Unknowns

Quiz
•
3rd Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
11 questions
NFL Football logos

Quiz
•
KG - Professional Dev...
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)

Quiz
•
8th Grade - University
7 questions
Force and Motion

Interactive video
•
4th Grade - University
36 questions
Unit 5 Key Terms

Quiz
•
11th Grade - University
38 questions
Unit 6 Key Terms

Quiz
•
11th Grade - University
20 questions
La Hora

Quiz
•
9th Grade - University
7 questions
Cell Transport

Interactive video
•
11th Grade - University
7 questions
What Is Narrative Writing?

Interactive video
•
4th Grade - University