Exam 3: Loops, Headers, Macros, and Arrays
Exam 1: Computer Basics and C Programming18 Questions
Exam 2: C Programming Language20 Questions
Exam 3: Loops, Headers, Macros, and Arrays53 Questions
Select questions type
Will compiler produce any compilation error if same header file is included two times?
(Multiple Choice)
4.7/5
(39)
Address stored in the pointer variable is of type __________.
(Multiple Choice)
4.9/5
(39)
What is output of below program?
Int main()
{
Int i;
For(i=0; i<5; ++i++)
{
Printf("Hello");
}
Return 0;
}
(Multiple Choice)
4.8/5
(35)
Pointer variable is declared using preceding _________ sign.
(Multiple Choice)
4.9/5
(39)
What is maximum dimension that array can have in c programming?
(Multiple Choice)
4.8/5
(34)
What should be the output of below program? #define
# @@include "stdio.h"
Int main()
{
Printf("C.com");
Return 0;
}
(Multiple Choice)
4.9/5
(34)
which of the following is the best for getting a string with space from the standard input
(Multiple Choice)
4.8/5
(38)
If you pass an array as an argument to a function, what actually gets passed?
(Multiple Choice)
4.9/5
(32)
Array can be considered as set of elements stored in consecutive memory locations but having __________.
(Multiple Choice)
4.9/5
(44)
Pointer is special kind of variable which is used to store __________ of the variable.
(Multiple Choice)
4.8/5
(37)
Which gcc flag is used to generate maximum debug information?
(Multiple Choice)
4.7/5
(32)
To print a single character in ouptut,which function is used?
(Multiple Choice)
4.9/5
(37)
Showing 21 - 40 of 53
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)