WorksheetsQuize on c language and html
Total questions: 15
Worksheet time: 75secs
who is the father c language
Steve Jobs
James Gosling
Dennis Ritchie
Rasmus Lerdorf
In which year c language invented
1972
1975
1856
1971
Set of rules to writing computer instruction is called as
(a)
How many types of error in c language
5
2
1
3
Which of the following is not a valid C variable name?
int number;
float rate;
int variable_count;
int $main;
What is #include <stdio.h>?
Inclusion directive
File inclusion directive
File inclusion
None of the mentioned
The C-preprocessors are specified with _________ symbol.
#
&
" "
%
How many fundamental built-in data type in c
(a)
who invented html language
Dennis Ritchie
James Gosling
Tim Berners-Lee
none of these
To get the ordered list we use
<h1>
<u>
<ol>
<ul>
HTML stands for __________
HyperText Markup Language
HyperText Machine Language
HyperText Marking Language
HighText Marking Language
Which element is used to get highlighted text in HTML?
<u>
<mark>
<highlight>
<b>
Among the following, which is the HTML paragraph tag?
<p>
<pre>
<hr>
<a>
Which of the following HTML tag is used to create an unordered list?
<ol>
<ul>
<li>
none of this
Which tag is used to underline the text in HTML?
<p>
<u>
<ul>
<i>
