C program quiz 1

Quiz
•
Computers
•
University
•
Hard
18B074 N
Used 122+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
The portion of language that a computer can understand is called
Binary
Decimal
Code
Numbers
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A compiler converts a ________ into a __________
object code, source code
binary code, source code
source code, object code
source code, binary code
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
C language consists of _____ parts
2
3
4
5
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
A variable name cannot have both uppercase and lowercase letters
True
False
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
Choose the odd one out
Float
Character
Array
Double
6.
FILL IN THE BLANK QUESTION
10 sec • 1 pt
What is the size of float?(in bytes)
7.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
#include<stdio.h>
int main()
{
int a=10,b=20;
int c,d;
c=a+b;
d=a-b;
printf("%d %d",c,d);
}
What is the output of the above snippet?
30 10
Runtime error
30 -10
Compilation error
Create a free account and access millions of resources
Similar Resources on Wayground
15 questions
Milking Minds 2 17-01-24

Quiz
•
University
15 questions
CIS1101-programming practice

Quiz
•
University
10 questions
C Viva

Quiz
•
University
15 questions
C programming

Quiz
•
University
10 questions
C Program Array and strings

Quiz
•
University
15 questions
Coding and Debugging

Quiz
•
University
10 questions
C Programming - Basics 001

Quiz
•
University
15 questions
BASIC C QUIZ

Quiz
•
University
Popular Resources on Wayground
11 questions
Hallway & Bathroom Expectations

Quiz
•
6th - 8th Grade
20 questions
PBIS-HGMS

Quiz
•
6th - 8th Grade
10 questions
"LAST STOP ON MARKET STREET" Vocabulary Quiz

Quiz
•
3rd Grade
19 questions
Fractions to Decimals and Decimals to Fractions

Quiz
•
6th Grade
16 questions
Logic and Venn Diagrams

Quiz
•
12th Grade
15 questions
Compare and Order Decimals

Quiz
•
4th - 5th Grade
20 questions
Simplifying Fractions

Quiz
•
6th Grade
20 questions
Multiplication facts 1-12

Quiz
•
2nd - 3rd Grade