
CSE C - 05.01.24

Quiz
•
Computers
•
University
•
Hard
Santhanalakshmi Kabilan
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Who is the father of C language?
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
2.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
All keywords in C are in
LowerCase letters
UpperCase letters
CamelCase letters
None of the mentioned
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following cannot be a variable name in C?
volatile
true
friend
export
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Which of the following is NOT possible with any 2 operators in C?
Different precedence, same associativity
Different precedence, different associativity
Same precedence, different associativity
All of the mentioned
5.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Functions in C Language are always
Internal
External
Both Internal and External
External and Internal are not valid terms for functions
6.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What will be the output of the following C code?
#include <stdio.h>
int main()
{
int y = 10000;
int y = 34;
printf("Hello World! %d\n", y);
return 0;
}
Compile time error
Hello World! 34
Hello World! 1000
Hello World! followed by a junk value
7.
MULTIPLE CHOICE QUESTION
1 min • 2 pts
What will happen if the following C code is executed?
#include <stdio.h>
int main()
{
int main = 3;
printf("%d", main);
return 0;
}
It will cause a compile-time error
It will cause a run-time error
It will run without any error and prints 3
It will experience infinite looping
Create a free account and access millions of resources
Similar Resources on Wayground
10 questions
ECE-C Quiz _3

Quiz
•
University
12 questions
Printf, scanf

Quiz
•
University
12 questions
C Practice Test 1

Quiz
•
University
10 questions
Java Static

Quiz
•
University
10 questions
functions and recursion in C

Quiz
•
University
11 questions
quiz

Quiz
•
University
10 questions
enum in c

Quiz
•
University
12 questions
Functions C

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