Explain null pointer.
No Answer is Posted For this Question
Be the First to Post Answer
Explain what does it mean when a pointer is used in an if statement?
What is the difference between a structure and a union?
write a program to search for an element in a given array. If the array was found then display its position otherwise display appropriate message in c language
Tell me what is null pointer in c?
Explain how can I convert a number to a string?
is assignment operator is arithmatic or not
What is binary tree in c?
What is scanf () in c?
I completed my B.tech (IT). Actually I want to develop virtual object that which will change software technology in the future. To develop virtual object what course I have to take. can I any professor to help me.
write a c program to find the largest and 2nd largest numbers from the given n numbers without using arrays
define switch statement?
Write a function expand(s1,s2) that expands shorthand notations like a-z in the string s1 into the equivalent complete list abc...xyz in s2 . Allow for letters of either case and digits, and be prepared to handle cases like a-b-c and a-z0-9 and -a-z. z-a:zyx......ba -1-6-:-123456- 1-9-1:123456789987654321 a-R-L:a-R...L a-b-c:abbc