What is the output of following program?
pointers and structures

Quiz
•
Computers
•
University
•
Medium
Used 115+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
20
30
Compile Error
Runtime Error
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Arrays always occupy contiguous memory area
True
False
3.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
Which of the following format specifier in printf is used to print pointers?
%c
%d
%f
%p
4.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
A pointer is
A keyword used to create variables
A variable that stores address of an instruction
A variable that stores address of a varaibe
All of the above
5.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
What is the & in pointers?
Dereferences the memory address into an object
References an object into a memory address
Makes a new copy of the object as a memory address
None of the above.
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
How do you make a pointer point to an existing variable?
int y = 0;
int *x = y;
int x = y;
int *x = &y;
int &x = *y;
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
#include <stdio.h> double i; int main() { printf("%g\n",i); return 0; }
0
0.000000
Garbage value
Depends on the compiler
Create a free account and access millions of resources
Similar Resources on Quizizz
12 questions
Operators in C

Quiz
•
University
10 questions
Basics of C

Quiz
•
University
15 questions
uNIT 11_14

Quiz
•
University
15 questions
BASIC C PROGRAMMING QUIZ

Quiz
•
University
15 questions
Arrays and Pointers in C

Quiz
•
University
11 questions
C Language

Quiz
•
10th Grade - University
10 questions
Expression in C Programming

Quiz
•
University
10 questions
PDS - 04225 Pointers & Dynamic Arrays - Chapter 8

Quiz
•
University - Professi...
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
20 questions
Math Review - Grade 6

Quiz
•
6th Grade
20 questions
math review

Quiz
•
4th Grade
5 questions
capitalization in sentences

Quiz
•
5th - 8th Grade
10 questions
Juneteenth History and Significance

Interactive video
•
5th - 8th Grade
15 questions
Adding and Subtracting Fractions

Quiz
•
5th Grade
10 questions
R2H Day One Internship Expectation Review Guidelines

Quiz
•
Professional Development
12 questions
Dividing Fractions

Quiz
•
6th Grade