how many error occurs in C language ?
Answer Posted / d.v.s.rama krishna
according to the program coding the error occurs. basically
there are only three types of errors. the type of error may
decided from these.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is a char in c?
Simplify the program segment if X = B then C ← true else C ← false
The statement, int(*x[]) () what does in indicate?
What's a good way to check for "close enough" floating-point equality?
When should the volatile modifier be used?
How can you restore a redirected standard stream?
explain what is a newline escape sequence?
What are qualifiers?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above
How will you divide two numbers in a MACRO?
Process by which one bit pattern in to another by bit wise operation is?
When should the const modifier be used?
"C" language developed by "Dennis Ritchie" at AT & T. his remarks are a) too general, too abstract b) could deal with only specific problems c) lost generality of BCPL and B restored d) no remarks
Can we change the value of constant variable in c?
Explain bit masking in c?