Coders Challenge Group A (Round 1) tests participants on their knowledge of C programming. Questions cover pointers, arrays, functions, and basic syntax. This quiz is ideal for assessing foundational programming skills and understanding of C language constructs.
12
5
13
Error
Rate this question:
Sum=10
Sum=40
Sum=19
Sum=60
Rate this question:
A=10, b=9
A=10, b=8
A=5, b=9
A=5, b=8
Rate this question:
Int my_num = 100,000;
int my_num = 100000;
Int my num = 1000;
Int $my_num = 10000;
Rate this question:
To encapsulate the data
To structure a program into logical units
Encapsulate the data & structure a program into logical units
None of the mentioned
Rate this question:
Doubly Link List
2D Array
Binary Search Tree
Queue
Rate this question:
->*
.*
::*
Both a and b
Rate this question:
B is assigned to a
P now points to b
A is assigned to b
Q now points to a
Rate this question:
Ptr is array of pointers to 10 integers
Ptr is a pointer to an array of 10 integers
Ptr is an array of 10 integers
Ptr is an pointer to array
Rate this question:
Hi
How are you
Hello
Hihello
Rate this question:
Int _a3;
Int a_3;
Int 3_a;
Int _3a;
Rate this question:
3 2 3
2 3 3
3 2 2
2 3 4
Rate this question:
012345
123456
123456
Runtime error
Rate this question:
6 -6 0 0
6 -5 0 1
-6 -6 0 1
6 -6 0 1
Rate this question:
A
Run time error
A.0000000
97.000000
Rate this question:
Only II is correct.
Both I and II are correct.
Only I is correct.
Both I and II are incorrect.
Rate this question:
%
/
*
All have same precedence
Rate this question:
PEACH = 3
PEACH = 4
PEACH = 5
PEACH = 6
Rate this question:
Do-while
If-else
For
While
Rate this question:
H
I
E
Y
Rate this question:
Integer
Floating
unsigned
null
Rate this question:
Enumerators are constants
Enumerators are user-defined types
Enumerators are same as macros
Enumerator values start from 0 by default
Rate this question:
Def
Union
Typedef
type
Rate this question:
Results in a syntax error
Outputs tim3
Outputs garbage
Outputs tim and terminates abruptly
Rate this question:
Postfix
Unary
Shift
Equality
Rate this question:
$
=0
&
!
Rate this question:
Compiler Error
20 10
20 20
10 10
Rate this question:
X=10
X=20
X=30
Error
Rate this question:
3 2 1 0
2 1 0 -1
Infinite loop
-65535
Rate this question:
Ptr = (NODE*)malloc(sizeof(NODE));
Ptr = (NODE*)malloc(NODE);
Ptr = (NODE*)malloc(sizeof(NODE*));
Ptr = (NODE)malloc(sizeof(NODE));
Rate this question:
Main Started
Main Started Hello from Test()
Hello from Test() Main Started
Compiler Error: Global objects are not allowed
Rate this question:
Address address value
Address value value
Address address address
Compilation error
Rate this question:
Char
Short
Int
float
Rate this question:
0
1
2
4
Rate this question:
Case A
Default
Case A Default
Compile time error
Rate this question:
Hello!1
Hello!4
Hello!5
Hello!3
Rate this question:
10 20
10
20
Error
Rate this question:
4
2
8
Garbage
Rate this question:
2
4
8
Garbage
Rate this question:
Undefined symbol val
11
ASCII value of food
ASCII value of 11
Rate this question:
5
10
15
It will return some random number
Rate this question:
Virtual class
Abstract class
Singleton class
Friend class
Rate this question:
Yes
No
Undefined
Depends on Compiler
Rate this question:
‘b’ and ‘d’ are int
‘b’ and ‘d’ are arrays of type int
‘b’ is int variable; ‘d’ is int array
‘d’ is int variable; ‘b’ is int array
Rate this question:
NSDL
C-DAC
NCL
NASA
Rate this question:
2
4
8
0
Rate this question:
9
7
5
None of these
Rate this question:
0 20 1
15 20 30
1 20 1
ERROR
Rate this question:
Quiz Review Timeline (Updated): Mar 19, 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.