what is the difference b/w NULL and null?
Answer Posted / guest
In c language there is difference small alphabets that is
null and NULL capital alphabets ,it store nothing in a field
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
code for quick sort?
What is the difference between array and pointer in c?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
provide an example of the Group by clause, when would you use this clause
What is the role of && operator in a program code?
Is c a great language, or what?
What is #line?
What is the use of function in c?
What is c system32 taskhostw exe?
Why header file is used in c?
What are the types of variables in c?
How can I write a function analogous to scanf?
The performance of an operation in several steps with each step using the output of the preceding step a) recursion b) search c) call by value d) call by reference
What does s c mean in text?
Create a structure to specify data on students given below: Roll number, Name, Department, Course, Year of joining Assume that there are not more than 450 students in the college. 1.write a function to print names of all students who joined in a particular year 2.write a function to print the data of a student whose roll number is given