what is difference between null and nul in c language
Answers were Sorted based on User's Feedback
Answer / xsoft
null this is a key word in C language but the nul this
keyword used in dos Programming as you can you use it in C
programming with the function system("dir ./a>nul");
then when can consider this nul as an output.
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / amar singh rajput
NULL is an pointer with value zero (0) ,and NUL is an character with integer value 0 (zero) .
| Is This Answer Correct ? | 0 Yes | 0 No |
Find Index of least significant bit set in an Integer. ex. int value is say 10001000 results should be 4.
helllo sir give me some information of the basic information the c as printf ,scanf , %d ,%f and why is the main use of these.
Why is the code below functioning. According to me it MUST NOT.
Can you please explain the difference between malloc() and calloc() function?
wat is the difference between array and pointer?
write a program to display & create a rational number
What is c standard library?
Explain what does the function toupper() do?
1) write a program to generate 1st n fibonacci prime numbers using Nested if 2) write a program to generate twin prime numbers from m to n using nested if 3) write a program to check whether a given integer is a strong number or not using nested if 4) Write a program to generate prime factors of a given integer using nested if 5)write a program to generate prime numbers from m to n using nested if 6)write a program to generate perfect numbers from m to n using nested if 7)write a program to generate the pallindromes from m to n using neste if 8)write a program to generate armstrong numbers from m to n using nested if 9)write a program to generate strong numbers from m to n using nested if
how to find the sizof of any datatype using bit manipulations
compare array with pointer?
What is multidimensional arrays