Computer Science, asked by vanisrinivasarao123, 10 months ago

#include struct Point { int x, y, z; }; int main() { struct Point p1 = {.y = 0,.x = 2, .z = 1}; std::cout<< p1.x<< p1.y<< p1.z; return 0; } .then how will you correct the above code

Answers

Answered by arifamahboob214
2

Answer:

give the answer properly

Similar questions