1) What is the 16-bit compiler allowable range for integer constants?
Sharda fest 2024

Quiz
•
Computers
•
University
•
Hard
Ramkumar Professor)
Used 2+ times
FREE Resource
25 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
3.4e38 to 3.4e38
.-32767 to 32768
-32668 to 32667
-32768 to 32767
2.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
2) 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
3.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
3) What is required in each C program?
The program must have at least one function.
The program does not require any function.
Input data
Output data
4.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
4) What will this program print?
main()
{
int i = 2;
{
int i = 4, j = 5;
printf("%d %d", i, j);
}
printf("%d %d", i, j);
}
4525
2525
4545
None of the these
5.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
5) Which of the following comment is correct when a macro definition includes arguments?
The opening parenthesis should immediately follow the macro name.
There should be at least one blank between the macro name and the opening parenthesis.
There should be only one blank between the macro name and the opening parenthesis.
All the above comments are correct.
6.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
6) What is a lint?
C compiler
Interactive debugger
Analyzing tool
C interpreter
7.
MULTIPLE CHOICE QUESTION
2 mins • 1 pt
7) What is the output of this statement "printf("%d", (a++))"?
The value of (a + 1)
The current value of a
Error message
Garbage
Create a free account and access millions of resources
Similar Resources on Wayground
20 questions
Operator in C

Quiz
•
University
23 questions
Beginning C Programming

Quiz
•
University
25 questions
C Programing

Quiz
•
University
20 questions
TECHFEST QUALIFYING ROUND

Quiz
•
University
26 questions
String in C Programming

Quiz
•
University
20 questions
BS TEST2

Quiz
•
University
20 questions
Apuntadores en C

Quiz
•
University
20 questions
C programming syntax quiz

Quiz
•
University
Popular Resources on Wayground
25 questions
Equations of Circles

Quiz
•
10th - 11th Grade
30 questions
Week 5 Memory Builder 1 (Multiplication and Division Facts)

Quiz
•
9th Grade
33 questions
Unit 3 Summative - Summer School: Immune System

Quiz
•
10th Grade
10 questions
Writing and Identifying Ratios Practice

Quiz
•
5th - 6th Grade
36 questions
Prime and Composite Numbers

Quiz
•
5th Grade
14 questions
Exterior and Interior angles of Polygons

Quiz
•
8th Grade
37 questions
Camp Re-cap Week 1 (no regression)

Quiz
•
9th - 12th Grade
46 questions
Biology Semester 1 Review

Quiz
•
10th Grade