who is the father of c language

fundamentals on c

Quiz
•
Other
•
Professional Development
•
Hard

Prasanth Kumar
Used 13+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
bjoune strousstrip
dennis m ritchie
dr e.f coud
james a .gosling
2.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
#include<stdio.h>
int main()
{
int n;
for(n = 7; n!=0; n--)
printf("n = %d", n--);
getchar();
return 0;
}
infinite loop
finite loop
3.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
find the output of snippet?
#include<stdio.h>
int main()
{
printf("%x", -1<<1);
getchar();
return 0;
}
dependent on the compiler
independent on the compiler
error
compile successfully
4.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
# include <stdio.h>
# define scanf "%s Geeks For Geeks "
main()
{
printf(scanf, scanf);
getchar();
return 0;
}
Output: %s Geeks For Geeks Geeks For Geeks
Output: %d Geeks For Geeks Geeks For Geeks
Output: %f Geeks For Geeks Geeks For Geeks
Output: %c Geeks For Geeks Geeks For Geeks
5.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
#include<stdio.h>
char *getString()
{
char str[] = "Will I be printed?";
return str;
}
int main()
{
printf("%s", getString());
getchar();
}
Output:accurate value
Output: Some garbage value
Output:error
Output:not compile
6.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
#include<stdio.h>
main()
{
char s[]="hello", t[]="hello";
if(s==t){
printf("eqaul strings");
}
}
equal
unequal
will have output
no output
7.
MULTIPLE CHOICE QUESTION
10 sec • 1 pt
What is the output of the following program?
#include<stdio.h>
main()
{
float t = 2;
switch(t)
{
case 2: printf("Hi");
default: printf("Hello");
Hi
HiHello
Hello
Error
Create a free account and access millions of resources
Similar Resources on Quizizz
10 questions
1A: am/are

Quiz
•
KG - Professional Dev...
10 questions
Python Loop Statements

Quiz
•
Professional Development
10 questions
GFG Quiz

Quiz
•
11th Grade - Professi...
6 questions
Pyweek Day 0

Quiz
•
Professional Development
10 questions
Web development 1

Quiz
•
Professional Development
10 questions
C Language Basic Quiz

Quiz
•
7th Grade - Professio...
15 questions
Boeing - EET (1st Quarter)

Quiz
•
Professional Development
10 questions
(Greetings & Introducing)

Quiz
•
Professional Development
Popular Resources on Quizizz
15 questions
Multiplication Facts

Quiz
•
4th Grade
25 questions
SS Combined Advisory Quiz

Quiz
•
6th - 8th Grade
40 questions
Week 4 Student In Class Practice Set

Quiz
•
9th - 12th Grade
40 questions
SOL: ILE DNA Tech, Gen, Evol 2025

Quiz
•
9th - 12th Grade
20 questions
NC Universities (R2H)

Quiz
•
9th - 12th Grade
15 questions
June Review Quiz

Quiz
•
Professional Development
20 questions
Congruent and Similar Triangles

Quiz
•
8th Grade
25 questions
Triangle Inequalities

Quiz
•
10th - 12th Grade