Explain what is the most efficient way to store flag values?
No Answer is Posted For this Question
Be the First to Post Answer
Why cant I open a file by its explicit path?
What are the rules for identifiers in c?
Which of these functions is safer to use : fgets(), gets()? Why?
What is structure packing in c?
Whats s or c mean?
how to construct a simulator keeping the logical boolean gates in c
How do I access command-line arguments?
What is the difference between if else and switchstatement
Can you return null in c?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
How can I read and write comma-delimited text?
What's the best way of making my program efficient?