how many error occurs in C language ?
Answer Posted / sarath
1-Compilation error
a)syntax error
b)segment error
2-Runtime error
a)logical error
b)linking error
most f de people here are knowledge banks, i knw
but whats the use if u cant be specific to qs askd?
hope firther posts wud be answered precisly atleast like
this...
| Is This Answer Correct ? | 12 Yes | 5 No |
Post New Answer View All Answers
Write a program to print ASCII code for a given digit.
What are the advantages of c language?
When should the volatile modifier be used?
What is the size of a union variable?
2) Write a program that will help Air Traffic Control for an airport to view the sequence of flights ready for take-off. The airport can accommodate 10 flights waiting for take-off at any point in time. Each flight has a unique 3 digit numeric identifier. Each time a flight takes-off, Air Traffic Control adds a flight to the waitlist. Each time a flight is added to the waitlist, the list of flights waiting to take-off must be displayed. When a flight is cleared for take-off, Air Traffic Control removes the flight from the waitlist. Each time a flight takes-off, the list of flights waiting to take-off must be displayed. Sequence of take-off is the sequence of addition to the waitlist
What are the 3 types of structures?
void main(int n) { if(n==0) return; main(--n); printf("%d ",n); getch(); } how it work and what will be its output...............it any one know ans plz reply
Why is struct padding needed?
In a byte, what is the maximum decimal number that you can accommodate?
What is meant by type casting?
In which layer of the network datastructure format change is done
What is a stream?
What is void main () in c?
In C programming, what command or code can be used to determine if a number of odd or even?
Explain how can I pad a string to a known length?