Are pointers integer?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you declare an array that will hold more than 64kb of data?
Under what circumstances does a name clash occur?
What are valid operations on pointers?
what is the difference between global variable & static variable declared out side all the function in the file.
List some applications of c programming language?
how to TOGGLE Nth bit of variable in a MACRO
How many identifiers are there in c?
Write a program to print ASCII code for a given digit.
Why the use of alloca() is discouraged?
How do I read the arrow keys? What about function keys?
What is getch c?
I have one doubt. What does below statement mean? #define sizeof(operator) where operator can be int or float etc. Does this statement meaningful and where it can be used?