If null and 0 are equivalent as null pointer constants, which should I use?
No Answer is Posted For this Question
Be the First to Post Answer
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
Is c weakly typed?
What are global variables and how do you declare them?
write a progam to display the factors of a given number and disply how many prime numbers are there?
Why header files are used?
What is meant by 'bit masking'?
What does c in a circle mean?
diff between exptected result and requirement?
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
the portion of a computer program within which the definition of the variable remains unchanged a) mode b) module c) scope d) none
Explain argument and its types.
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?