What is the output of C program. ?
int main()
{
float. marks [3] = {70.5, 72.5, 76.5};
int a=0;
while(a<3)
{
printf("%.2f,", marks[a]);
a++;
Answers
Answered by
0
Answer:
bvskgudX an email if seen
Explanation:
ek oz em oz thicken laboratories isotretinoin
Answered by
0
Answer:
ALLIMAGESVIDEOSNEWSSHOPPING
C Input Output (I/O)
C Output. In C programming, printf () is one of the main output function. ...
C Input. In C programming, scanf () is one of the commonly used function to take input from the user. ...
I/O Multiple Values. Here's how you can take multiple inputs from the user and display them.
Format Specifiers for I/O. ...
Similar questions