Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

C program expects me to make mistake.

Status
Not open for further replies.

kandy2015

Member level 1
Joined
Jan 11, 2009
Messages
36
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
1,492
Pls, does anyone know what 'expected error means in c program. Thanks in advance.
 

It usually means you have left out a ; or ) or } etc.
The compiler was expecting to see a ; and it couldn't find it.
 

This type of errors means that the compiler expected some thing, but found some thing else.
for example if you insert a string, but using ' (single quotation), this error will be raised.

:arrow: char*s = 'Hello world!!!'
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top