how many error occurs in C language ?
Answer Posted / satya prakash
I think there are four error in c language symtex
error,logical error(sementex error) run time error, linking
error
| Is This Answer Correct ? | 2 Yes | 6 No |
Post New Answer View All Answers
Describe static function with its usage?
How do I create a directory? How do I remove a directory (and its contents)?
Write a function that will take in a phone number and output all possible alphabetical combinations
Can I use base-2 constants (something like 0b101010)? Is there a printf format for binary?
How can I display a percentage-done indication that updates itself in place, or show one of those twirling baton progress indicators?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
What is the best style for code layout in c?
What are comments and how do you insert it in a C program?
What is a constant?
Explain the properties of union.
why use functions a) writing functions avoids rewriting the same code over and over b) using functions it becomes easier to write programs and keep track of what they are doing c) a & b d) none of the above
Why is c known as a mother language?
What is string in c language?
Write a program to print "hello world" without using a semicolon?
What is wild pointer in c with example?