
c quiz

Quiz
•
Computers
•
University
•
Hard
Jahnavi Siddavaram
FREE Resource
15 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
1. Who is the father of C language?
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
2. Which of the following is true for variable names in C?
They can contain alphanumeric characters as well as special characters
It is not an error to declare a variable to be one of the keywords(like goto, static)
Variable names cannot start with a digit
Variable can be of any length
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
3. Which of the following cannot be a variable name in C?
volatile
true
friend
export
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
4. Which of the following declaration is not supported by C language?
String str;
char *str;
float str = 3e2;
Both “String str;” and “float str = 3e2;”
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
5. When a C program is started, O.S environment is responsible for opening file and providing pointer for that file?
Standard input
Standard output
Standard error
All of the mentioned
6.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
6. What is meant by ‘a’ in the following C operation?
fp = fopen("Random.txt", "a");
Attach
Append
Apprehend
Add
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
7. What will be the output of the following C code?
#include <stdio.h>
int main()
{
int y = 1000;
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
Create a free account and access millions of resources
Similar Resources on Wayground
17 questions
Python Loops

Quiz
•
University
10 questions
C - Pointers

Quiz
•
University
10 questions
Basics Of C Programming

Quiz
•
University
15 questions
Coding club Summit Online Quiz

Quiz
•
University
20 questions
C Quest 2.0

Quiz
•
University
20 questions
c aptitude

Quiz
•
University
20 questions
ความรู้พื้นฐาน Python

Quiz
•
10th Grade - University
15 questions
CODE ZENITH

Quiz
•
University
Popular Resources on Wayground
15 questions
Hersheys' Travels Quiz (AM)

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

Quiz
•
6th - 8th Grade
30 questions
Lufkin Road Middle School Student Handbook & Policies Assessment

Quiz
•
7th Grade
20 questions
Multiplication Facts

Quiz
•
3rd Grade
17 questions
MIXED Factoring Review

Quiz
•
KG - University
10 questions
Laws of Exponents

Quiz
•
9th Grade
10 questions
Characterization

Quiz
•
3rd - 7th Grade
10 questions
Multiply Fractions

Quiz
•
6th Grade