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
Are pointers integers in c?
When should a type cast not be used?
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
ASCII stands for
What is difference between stdio h and conio h?
How do you define a string?
How can my program discover the complete pathname to the executable from which it was invoked?
how we do lcm of two no using c simple if while or for statement
What are dangling pointers in c?
What are the different types of errors?
How can I open files mentioned on the command line, and parse option flags?
convert 0.9375 to binary