Computer Science, asked by ritupatil3098, 2 months ago

Question No. 11
A
А
A+
What will be the output of the following C code accordi
to C99 standard? #include <stdio.h> struct p { int k; cha
c; float f; }; int main() { struct p x = {.c = 97, k = 1,3};
printf("%f \n", x.f); }​

Answers

Answered by ItzMrAlcohol
1

Answer:

struct p x = {.c = 97, k = 1,3};

Explanation:

Answered by siddharthpandey236
0

Answer:

c = 97

k= 1,3

okkkkkkkkkkkkk

Similar questions