When is a null pointer used?
No Answer is Posted For this Question
Be the First to Post Answer
what is the use of ‘auto’ keyword?
An arrangement of information in memory in such a way that it can be easily accessed and processed by a programming language a) string b) data structure c) pointers d) array
What is volatile variable in c?
How many identifiers are there in c?
What are the types of data types and explain?
what is a void pointer?
WAP that prints the number from 1 to 100. but for multiplies of three print "XXX" instead of the number and for the multiplies of five print "YYY" . for number which are multiplies of both three and five print "ZZZ"
why Language C is plateform dependent
How to write a multi-statement macro?
What are the different types of endless loops?
Is it possible to initialize a variable at the time it was declared?
what is the diff b/w static and non static variables in C. Give some examples plz.