Answer Posted / meenu
3 types of errors. logical , syntax and run time.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are pointers? What are stacks and queues?
What is function prototype?
Explain the bubble sort algorithm.
Write program to remove duplicate in an array?
What are the advantages of using macro in c language?
Input is "rama loves rajesh and rajesh Loves rama also and rajesh wear gloves and bloves" To print output is count the numbers of times repeted the word love without case sensitive.
What is #include conio h?
If errno contains a nonzero number, is there an error?
What is nested structure in c?
What is a function simple definition?
What is the purpose of 'register' keyword?
any "C" function by default returns an a) int value b) float value c) char value d) a & b
Why is not a pointer null after calling free? How unsafe is it to use (assign, compare) a pointer value after it is been freed?
define string ?
Do you know the difference between malloc() and calloc() function?