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
Computer Science Quiz

Quiz
•
University
9 questions
Passaggio parametri

Quiz
•
University
10 questions
FCP Series 4

Quiz
•
University
12 questions
Divide et Impera

Quiz
•
11th Grade - University
7 questions
Quiz on Java Operators

Quiz
•
University
10 questions
На сколько ты знаешь C#

Quiz
•
University
12 questions
javaquizvivek

Quiz
•
University
10 questions
Java Control Flow statements

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