how many error occurs in C language ?
Answer Posted / yuvaraj
Hi kalpana please read and understand the question properly
before answering the question,please dont be too smart.
| Is This Answer Correct ? | 25 Yes | 11 No |
Post New Answer View All Answers
explain what are pointers?
What is indirection? How many levels of pointers can you have?
What is the use of header files?
Why is it that not all header files are declared in every C program?
What is external variable in c?
What is the right way to use errno?
count = 0; for (i = 1;i < = 10; i++);count = count + i; Value of count after execution of the above statements will be a) 0 b) 11 c) 55 d) array
Explain how do you determine the length of a string value that was stored in a variable?
what is the difference between class and unio?
what is use of malloc and calloc?
What are the properties of union in c?
What are the 4 types of programming language?
Explain argument and its types.
Explain what is the benefit of using enum to declare a constant?
There seem to be a few missing operators ..