What are the ways to a null pointer can use in c programming language?
No Answer is Posted For this Question
Be the First to Post Answer
prog for 1st five prime numbers in 2^x - 1
main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 Answers AMCAT, HCL, Ramco, Zycus Infotech,
What is the difference between array and pointer?
How to receive strings with spaces in scanf()
can any one tel me wt is the question pattern for NIC exam
WHAT IS ABSTRACT DATA TYPE
By using C language input a date into it and if it is right?
What is a 'null pointer assignment' error?
What is the role of && operator in a program code?
What is .obj file in c?
What are the types of macro formats?
Which command is more efficient? *(ptr+1) or ptr[1]