This quiz titled 'Programming for Problem Solving' assesses knowledge in C programming, focusing on understanding functions, recursion, and program structure. It is designed for learners to validate their coding skills and grasp of fundamental programming concepts.
ARGENTINA, AFRICA
AFRICA, ARGENTINA
ARGENTINA
Compiler error
Rate this question:
Only One Value
Maximum of two values
Maximum of three values
Maximum of 8 values
Rate this question:
PISTA COUNT=
PISTA COUNT=0
PISTA COUNT=10
Compiler error
Rate this question:
main()
printf()
show()
scanf()
Rate this question:
1
2
4
8
Rate this question:
GROW
GROW MORE
MORE GROW
Compiler error
Rate this question:
16
128
256
None
Definite arguments
Formal arguments
Actual arguments
Ideal arguments
Rate this question:
-1
0
1
None
Rate this question:
0, 0, 0, 0
4, 4, 4, 4
4 3 2 1
Compiler error
Rate this question:
INDIA CORONA
INDIA
CORONA
Compile Error
Rate this question:
printf
scanf
void
return
Rate this question:
Each recursion creates new variables at different memory locations
There is no limit on the number of Recursive calls
Pointers can also be used with Recursion but with difficulty.
All of these
Rate this question:
int, long, float, double
struct, enum
char
All of these
Rate this question:
14 12 10
10 10 10
10 12 14
None of these
Rate this question:
Base address is the address of 0th index element.
An array b[] base address is &b[0]
An array b[] base address can be printed with printf("%d", b);
All of these
Rate this question:
Call by value
Call by reference
Address relocation
Address restructure
Rate this question:
You need not create so many separate variables and get confused while using.
Using a single Array variable, you can access all elements of the array easily.
Code maintainability is easy for programmers and maintainers.
All of these
Rate this question:
It is like a matrix or table with rows and columns
It is an array of arrays
To access 3rd tow 2nd element use ary[2][1] as the index starts from 0 row or column
All of these
Rate this question:
1
3
2
None
Rate this question:
1
2
4
8
Rate this question:
0, 0
-1, -1
Compiler error
None
Rate this question:
Multi Data Array
Multi Dimensional Array
Multi Size Array
Multi Byte Array
Rate this question:
A group of elements of same data type.
An array contains more than one element
Array elements are stored in memory in continuous or contiguous locations.
All of these
Rate this question:
1
2
3
4
Rate this question:
printf()
scanf()
fprintf()
printf2()
Rate this question:
One
Two
More than two
None of these
Rate this question:
Multi Data Array
Multi Size Array
Multi Dimensional Array
Multi Byte Array
Rate this question:
1
2
5
10
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.