(int) 21.3/ (int) 4.5 ;
A continue usually associated with __________.
The process of compiling and running a C program includes:
void main()
{
float x[2][3]={{1.1,1.2,1.3}, {2.1,2.2,2.3}};
printf(“%1.1f”, *(*(x+1)));
}
Every C program requires :
which of the following is NOT a character constant
The component of data base management system is ________
Standard methods of organizing data are:
Program errors are known as ________.
_________is not true related to Debugging.
Section B
Attempted
Wrong
Correct