how many error occurs in C language ?
Answer Posted / kawal
Errors may be compile time and run time. compile time
errors are the logical errors and syntax errors whic are
indicated by the compiler after the compilation errors. The
errors which occur after the copilation are runtime errors
| Is This Answer Correct ? | 103 Yes | 30 No |
Post New Answer View All Answers
How important is structure in life?
Write a Program to accept different goods with the number, price and date of purchase and display them
Differentiate between full, complete & perfect binary trees.
What Is The Difference Between Null And Void Pointer?
Which is more efficient, a switch statement or an if else chain?
Why is #define used?
What does d mean?
Write a C program that will accept a hexadecimal number as input and then display a menu that will permit any of the following operations to be carried out: Display the hexadecimal equivalent of the one's complement. (b) Carry out a masking operation and then display the hexadecimal equivalent of the result. (c) Carry out a bit shifting operation and then display the hexadecimal equivalent of the result. (d) Exit. If the masking operation is selected, prompt the user lor the type of operation (bitwise and, bitwise exclusive or, or bitwise or) and then a (hexadecimal) value for the mask. If the bit shifting operation is selected. prompt the user for the type of shift (left or right), and then the number of bits. Test the program with several different (hexadecimal) input values of your own choice.
What is meant by errors and debugging?
Can we change the value of #define in c?
What are type modifiers in c?
differentiate built-in functions and user – defined functions.
What is the difference between break and continue?
Explain what is meant by high-order and low-order bytes?
Can a variable be both static and volatile in c?