Programming Fundamentals 12th june
Quiz
•
Professional Development
•
Professional Development
•
Medium
Rajeev Agarwa
Used 4+ times
FREE Resource
30 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Study the following program:
main()
{printf("javatpoint");
main();
}
What will be the output of this program?
Wrong statement
It will keep on printing javatpoint
It will Print javatpoint once
None of the these
2.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What will this program print?
main()
{
int i = 2;
{
int i = 4, j = 5;
printf("%d %d", i, j);
}
printf("%d %d", i, j);
}
2525
2545
4545
4525
3.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What is a lint?
C compiler
Interactive debugger
Analyzing tool
C interpreter
4.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Study the following program:
main()
{
char x [10],
*ptr = x;
scanf ("%s", x);
change(&x[4]);
}
change(char a[])
{
puts(a);
}
If abcdefg is the input, the output will be
abcd
abc
efg
Garbage
5.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Study the following program:
main()
{
int a = 1, b = 2, c = 3:
printf("%d",
a + = (a + = 3, 5, a))
}
What will be the output of this program?
6
9
12
8
6.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
What does this declaration mean?
X is a four-digit integer.
X cannot be greater than a four-digit integer.
X is a four-bit integer.
None of the these
7.
MULTIPLE CHOICE QUESTION
1 min • 1 pt
Why is a macro used in place of a function?
It reduces execution time.
It reduces code size.
It increases execution time.
It increases code size.
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
25 questions
Perlengkapan Hubung Bagi (2)
Quiz
•
9th Grade - Professio...
25 questions
class ,objects,variables & methods
Quiz
•
Professional Development
25 questions
Customer Service
Quiz
•
University - Professi...
25 questions
Le reti di computer 1
Quiz
•
Professional Development
25 questions
Curriculum and Resources
Quiz
•
University - Professi...
25 questions
La relación laboral y su normativa.
Quiz
•
Professional Development
30 questions
MAX WEBER
Quiz
•
Professional Development
25 questions
D45 QUIZ OF THE DAY
Quiz
•
Professional Development
Popular Resources on Wayground
10 questions
Honoring the Significance of Veterans Day
Interactive video
•
6th - 10th Grade
10 questions
Exploring Veterans Day: Facts and Celebrations for Kids
Interactive video
•
6th - 10th Grade
19 questions
Veterans Day
Quiz
•
5th Grade
25 questions
Multiplication Facts
Quiz
•
5th Grade
15 questions
Circuits, Light Energy, and Forces
Quiz
•
5th Grade
6 questions
FOREST Self-Discipline
Lesson
•
1st - 5th Grade
7 questions
Veteran's Day
Interactive video
•
3rd Grade
20 questions
Weekly Prefix check #2
Quiz
•
4th - 7th Grade
