C Null and SQL Null

What is the difference between the null in C and one in SQL?

Questions by RenukaRajput   answers by RenukaRajput

Showing Answers 1 - 1 of 1 Answers

Null is a special marker used to indicate that a data value is unknown in the sql. But in case of ‘C’ A "null statement" is a statement containing only a semicolon; it can appear wherever a statement is expected. Nothing happens when a null statement is executed.

Like for ( i = 0; i < 10; line[i++] = 0 ) ;

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions