how many error occurs in C language ?
Answer Posted / swapnashree pradhan
There r two types of errors r occurs first is the compiling
and second is the run time error .compiling error r two
types syntax error ,segment error.then run runtime error r
two types logical error, linking error
.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of sizeof?
What is getche() function?
Explain goto?
Differentiate between a for loop and a while loop? What are it uses?
What is difference between union and structure in c?
What is a string?
What the different types of arrays in c?
What was noalias and what ever happened to it?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
What is null in c?
Can we access the array using a pointer in c language?
Why we use break in c?
Why shouldn’t I start variable names with underscores?
Tell me when would you use a pointer to a function?
Write a program that takes a 5 digit number and calculates 2 power that number and prints it(should not use big integers and exponential functions)