Computer Science, asked by rohitkumar5432178rd, 4 months ago

What will be the output of the following C code
#include <stdio.h>
void main)
{
double k=0;
for (k = 0.0; k<3.0; k++);
printf("%lf", k);​

Answers

Answered by htmlmaster636
0

Answer:

17) What is the output of C Program with functions and pointers.? Explanation: It is called Passing a variable by reference.

Similar questions