What is the difference between null pointer and wild pointer?
No Answer is Posted For this Question
Be the First to Post Answer
What are integer variable, floating-point variable and character variable?
How to write a multi-statement macro?
What is the easiest sorting method to use?
Explain #pragma statements.
I didn't count the ducks that I saw in line, but I do remember that one duck was in front of two ducks, another duck behind two ducks. How many ducks did I see?
An interactive c program to read basic salary of 15 persons. each person gets 25% of basic as HRA, 15%of basic as conveyance allowances, 10%of basic as entertainment allowances.The total salary is calculated by adding basic+HRA+CA+EA.Calculate how many out of 15 get salary above 10,000.Rs also print the salary of each employee
What is meant by 'bit masking'?
what is the difference between strcpy() and memcpy() function?
What is size of union in c?
Why cant I open a file by its explicit path?
Why is c called "mother" language?
What are the types of macro formats?