When should the const modifier be used?
No Answer is Posted For this Question
Be the First to Post Answer
compare array with pointer?
can we write a c program with out using main
What is the difference between typedef struct and struct?
Give the rules for variable declaration?
How can I find the modification date of a file?
how the compiler treats any volatile variable?Explain with example.
a character variable can at a time store a) 1 character b) 8 characters c) 254 characters d) none of the above
What is 'bus error'?
Is main() function predfined or userdefined?
print out put like this form 1 2 3 4 5 6 3 5 7 9 11 8 12 16 20
Describe static function with its usage?
To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.