This blog is an effort to demystify how Linux kernel & modern embedded os works in simplest language possible, It also gives insight into C programming language , Wi-Fi & LTE
Thursday, 4 January 2018
Type of errors in C
Error is an abnormal condition whenever it occurs,executionof program stops,It can be classified as:
1) Compile time error
2) Run time error
1)Compile time error :-
Pre-processor error
Here I missed "i" in first instruction then got error as below