Can you please explain the difference between syntax vs logical error?
No Answer is Posted For this Question
Be the First to Post Answer
What is an lvalue in c?
name the language for writing c compiler?
Give the Output : * * * * * * * * * *
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
pierrot's divisor program using c or c++ code
Explain high-order bytes.
What are the salient features of c languages?
Explain the binary height balanced tree?
Draw a flowchart to produce a printed list of all the students over the age of 20 in a class .The input records contains the name and age of students. Assume a sentinel value of 99 for the age field of the trailer record
What is clrscr ()?
Can a program have two main functions?
What is difference between main and void main?