how many error occurs in C language ?
Answer Posted / ravi kumar
There are 3 types of Errors in c Language
1. Syntax Errors
2. Linked Errors
3. Runtime Errors
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
Write a C program linear.c that creates a sequence of
processes with a given length. By
sequence it is meant that each created process has exactly
one child.
Let's look at some example outputs for the program.
Here the entire process sequence consists of process 18181:
Sara@dell:~/OSSS$ ./linear 1
Creating process sequence of length 1.
18181 begins the sequence.
An example for a sequence of length three:
Sara@dell:~/OSSS$ ./linear 3
Creating process sequence of length 3.
18233 begins the sequence.
18234 is child of 18233
18235 is child of 18234
........ this is coad .... BUt i could not compleate it .....:(
#include
What is dynamic dispatch in c++?
What are the 4 types of unions?
Can main () be called recursively?
WHICH TYPE OF JOBS WE GET BY WRITING GROUPS .WHEN THE EXAMS CONDUCTED IS THIS EXAMS ARE CONDUCTED EVERY YEAR OR NOT.PLS TELL ME THE ANSWER
How variables are declared in c?
Where does the name "C" come from, anyway?
How are structure passing and returning implemented?
Do you know the difference between exit() and _exit() function in c?
What could possibly be the problem if a valid function name such as tolower() is being reported by the C compiler as undefined?
What is c method?
Is null always defined as 0(zero)?
Explain how do you view the path?
Are the variables argc and argv are always local to main?
What are enums in c?