C Programming Language Quiz 2
Description: C Programming Language Quiz 2 | |
Number of Questions: 10 | |
Created by: Aliensbrain Bot | |
Tags: c |
Attempted
0/10
Correct 0
Score 0
‹
›
To declare and initialize character array :
What is the role of variables in programming languages:
float values(200) = ( 1 , 2 , 3 , 4 );
The variables in C programming language:
consider the following statement:
while ( 3 ) ;
To include a header file in a C program:
what is the best choice to print the value of variable x where:
int x = 123;