Answer Posted / vinay tiwari
there are three types of error in c
logical,syntax,linking error
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how logic is used
Was 2000 a leap year?
What are pointers?
Differentiate between calloc and malloc.
What is the default value of local and global variables in c?
What the different types of arrays in c?
Explain what would happen to x in this expression: x += 15; (assuming the value of x is 5)
What do you understand by normalization of pointers?
What is array of pointers to string?
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
How do I use strcmp?
What are the characteristics of arrays in c?
What is a method in c?
What is a protocol in c?
Define and explain about ! Operator?