What are the different types of errors?
Answer / Sant Prasad
In C programming, there are three main types of errors: syntax errors (compiler), logic errors (runtime) and run-time errors (both compiler and runtime).
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the c keywords?
What is the use of getchar() function?
Finding first/last occurrence of a character in a string without using strchr( ) /strrchr( ) function.
What is the difference between a string and an array?
What is the use of the sizeof operator?
Is there something we can do in C but not in C++? Declare variable names that are keywords in C++ but not C.
find the minimum of three values inputted by the user
C program to find all possible outcomes of a dice?
Write a program to find the number of times that a given word(i.e. a short string) occurs in a sentence (i.e. a long string!). Read data from standard input. The first line is a single word, which is followed by general text on the second line. Read both up to a newline character, and insert a terminating null before processing. Typical output should be: The word is "the". The sentence is "the cat sat on the mat". The word occurs 2 times.
hi... can anyone help me to make a two-dimensinal arrays in finding the sum of two elements plzzz. thnx a lot...
What is indirection? How many levels of pointers can you have?
how many types of operators are include in c language a) 4 b) 6 c) 8 d) 12