what type of errors are checked during compilation
Answer Posted / r.prasad
syntax and semantics related
| Is This Answer Correct ? | 27 Yes | 3 No |
Post New Answer View All Answers
`write a program to display the recomended action depends on a color of trafic light using nested if statments
List some applications of c programming language?
What is the correct code to have following output in c using nested for loop?
Differentiate between the = symbol and == symbol?
Why doesn't C support function overloading?
If a five digit number is input through the keyboard, write a program to print a new number by adding one to each of its digits.For example if the number that is input is 12391 then the output should be displayed as 23402
How do you determine a file’s attributes?
How can you tell whether two strings are the same?
Is array a primitive data type in c?
What is a floating point in c?
What are dangling pointers in c?
What are the advantage of c language?
Was 2000 a leap year?
Write the syntax and purpose of a switch statement in C.
Is there a way to switch on strings?