C Programming - Basics 001
Quiz
•
Computers
•
University
•
Hard
Used 70+ times
FREE Resource
Enhance your content in a minute
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Can we declare function inside structure of C Programming?
Yes
No
Depends on Compiler
Yes but run time error
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is storage class for variable A in below code?
void main()
{
int A;
A = 10;
printf("%d", A);
}
extern
register
auto
static
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is output of below program?
void main()
{
const int a = 10;
printf("%d",++a);
}
11
10
Compilation Error
0
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Library function pow() belongs to which header file?
mathio.h
math.h
square.h
stdio.h
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Libray function getch() belongs to which header file?
stdio.h
conio.h
stdlib.h
stdlibio.h
6.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is the following is invalid header file in C?
mathio.h
math.h
string.h
ctype.h
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
What is output of below code?
void main()
{
char name[]="Cppbuz";
int len;
int size;
len = strlen(name);
size = size_of(name);
printf("%d,%d",len,size);
}
6,6
6,7
7,7
0,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
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
14 questions
Excel Quiz
Quiz
•
University
15 questions
INTRODUCTION TO NETWORK MANAGEMENT
Quiz
•
University
10 questions
Web-II-Loop and Function
Quiz
•
University
11 questions
Workshop_1
Quiz
•
University
15 questions
Aptitude Assessment 2
Quiz
•
University
10 questions
Neural Networks Quiz
Quiz
•
University
10 questions
Quiz Modul 10 - User Forms (1110)
Quiz
•
University
15 questions
DBC CHAPTER 3 - REVISION
Quiz
•
University
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
Discover more resources for Computers
7 questions
Different Types of Energy
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
25 questions
Waves-8th Grade Physical Science
Quiz
•
KG - University
41 questions
Unit 8 Key Terms
Quiz
•
11th Grade - University
10 questions
Product & Quotient Derivative Rules
Quiz
•
University
5 questions
How to Calculate Force - Newton's 2nd Law of Motion
Interactive video
•
10th Grade - University
10 questions
Dichotomous Key
Quiz
•
KG - University
