Programming in C(1)
Quiz
•
Computers
•
University
•
Medium
sowjanya prabhala
Used 64+ times
FREE Resource
20 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
Who is father of C Language?
Bjarne Stroustrup
James A. Gosling
Dennis Ritchie
Dr. E.F. Codd
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Output of the following code
#include <stdio.h>
int main()
{ int i = 0;
switch (i)
{
case '0': printf("Geeks");
break;
case '1': printf("Quiz");
break;
default: printf("GeeksQuiz");
}
return 0;
}
Geeks
Quiz
GeeksQuiz
None of the above
3.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
In which year C language is developed?
1970
1971
1972
1973
4.
MULTIPLE CHOICE QUESTION
20 sec • 1 pt
The keyword used to transfer control from a function back to the calling function is
switch
goto
go back
return
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If a variable is a pointer to a structure, then which of the following operator is used to access data members of the structure through the pointer variable?
>
&
*
->
6.
MULTIPLE CHOICE QUESTION
45 sec • 1 pt
#include<stdio.h>
int main()
{ int k=1;
printf("%d == 1 is" "%s\n", k, k==1?"TRUE":"FALSE");
return 0;
}
k == 1 is TRUE
1 == 1 is TRUE
1 == 1 is FALSE
K == 1 is FALSE
7.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
If the two strings are identical, then strcmp() function returns
True
1
False
0
Create a free account and access millions of resources
Create resources
Host any resource
Get auto-graded reports

Continue with Google

Continue with Email

Continue with Classlink

Continue with Clever
or continue with

Microsoft
%20(1).png)
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?
Similar Resources on Wayground
20 questions
Quiz Harian Gdevelop MPK
Quiz
•
University
17 questions
Algorytmy 8
Quiz
•
1st Grade - University
20 questions
Input/Output
Quiz
•
University
20 questions
Algoritma Pemrograman
Quiz
•
University
20 questions
BAB 4 INFORMATIKA
Quiz
•
7th Grade - University
15 questions
EDA PARTE 2
Quiz
•
University
20 questions
Soal AIJ bulan Agustus 2019 kls xii
Quiz
•
University
15 questions
Ms. Exel dan Fungsi Logika IF
Quiz
•
10th Grade - University
Popular Resources on Wayground
10 questions
Ice Breaker Trivia: Food from Around the World
Quiz
•
3rd - 12th Grade
20 questions
Halloween Trivia
Quiz
•
6th - 8th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
4 questions
Activity set 10/24
Lesson
•
6th - 8th Grade
22 questions
Adding Integers
Quiz
•
6th Grade
10 questions
How to Email your Teacher
Quiz
•
Professional Development
15 questions
Order of Operations
Quiz
•
5th Grade
30 questions
October: Math Fluency: Multiply and Divide
Quiz
•
7th Grade
Discover more resources for Computers
10 questions
Halloween Movies Trivia
Quiz
•
5th Grade - University
7 questions
Central Idea of Informational Text
Interactive video
•
4th Grade - University
7 questions
Review for You: Using Commas
Interactive video
•
4th Grade - University
5 questions
Using Context Clues
Interactive video
•
4th Grade - University
20 questions
Definite and Indefinite Articles in Spanish (Avancemos)
Quiz
•
8th Grade - University
7 questions
Force and Motion
Interactive video
•
4th Grade - University
14 questions
Eat Healthy,Be Healty
Quiz
•
4th Grade - University
7 questions
Safari Scholar: Searching for Subject-Verb Agreement
Interactive video
•
4th Grade - University
