Hello, OnlineGDB Q&A section lets you put your programming query to fellow community users. Asking a solution for whole assignment is strictly not allowed. You may ask for help where you are stuck. Try to add as much information as possible so that fellow users can know about your problem statement easily.

main.c:3:18: error: expected ';', ',' or ')' before 'c'

0 votes
asked Aug 12, 2018 by Ashruti Bisht (120 points)
what is this error. please help?

2 Answers

+1 vote
answered Aug 12, 2018 by Akshay (170 points)
Check for Syntax errors. Probably you are missing a semicolon (;).
0 votes
answered Aug 24, 2018 by Aditya Mudaliar (280 points)
no code provided how can we help
Welcome to OnlineGDB Q&A, where you can ask questions related to programming and OnlineGDB IDE and and receive answers from other members of the community.
...