C Programming - Basics 001

Quiz
•
Computers
•
University
•
Hard
Used 70+ times
FREE Resource
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
Similar Resources on Wayground
15 questions
BASIC C QUIZ

Quiz
•
University
15 questions
Coding and Debugging

Quiz
•
University
10 questions
Latihan1

Quiz
•
University
6 questions
sample qizz

Quiz
•
University
10 questions
DAA Quiz 1

Quiz
•
University
15 questions
Quiz 1

Quiz
•
University
15 questions
C++ Quiz-1

Quiz
•
University
10 questions
Analysis of Algorithms

Quiz
•
University
Popular Resources on Wayground
10 questions
Video Games

Quiz
•
6th - 12th Grade
20 questions
Brand Labels

Quiz
•
5th - 12th Grade
15 questions
Core 4 of Customer Service - Student Edition

Quiz
•
6th - 8th Grade
15 questions
What is Bullying?- Bullying Lesson Series 6-12

Lesson
•
11th Grade
25 questions
Multiplication Facts

Quiz
•
5th Grade
15 questions
Subtracting Integers

Quiz
•
7th Grade
22 questions
Adding Integers

Quiz
•
6th Grade
10 questions
Exploring Digital Citizenship Essentials

Interactive video
•
6th - 10th Grade
Discover more resources for Computers
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
7 questions
Figurative Language: Idioms, Similes, and Metaphors

Interactive video
•
4th Grade - University
15 questions
Properties of Equality

Quiz
•
8th Grade - University
38 questions
WH - Unit 3 Exam Review*

Quiz
•
10th Grade - University
21 questions
Advise vs. Advice

Quiz
•
6th Grade - University
12 questions
Reading a ruler!

Quiz
•
9th Grade - University