Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Hi, I am getting an error on line 8 that says expected identifier or '(' before '{' token { I tried adding a semicolon after
Hi, I am getting an error on line 8 that says "expected identifier or '(' before '{' token {" I tried adding a semicolon after the curly brace but it didn't help.
int msqid,msgflg; struct Function_Message { long mtype; //Unique Id double FactNumer; //For Storing Number of Type Double char Time[10]; //Storing Local Time } { struct Function_Message Fun_Msg; struct Function_Message ptr; struct Memory { int status; int type; int position; int Positive_Number; };
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started