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
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
Computer Science,
2 months ago
Math,
4 months ago
Physics,
4 months ago
Science,
10 months ago
English,
10 months ago