Explain what is the most efficient way to store flag values?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

Explain how can I convert a number to a string?

0 Answers  


4.A function 'q' that accepts a pointer to a character as argument and returns a pointer to an array of integer can be declared as: A)int (*q(char*)) [] B)int *q(char*) [] C)int(*q)(char*) [] D)None of the Above

6 Answers   Accenture,


what is the importance of spanning tree?

0 Answers  


How can I sort a linked list?

0 Answers  


When should a far pointer be used?

0 Answers   Aspire, Infogain,






If I have a char * variable pointing to the name of a function ..

0 Answers  


inline function is there in c language?

4 Answers  


what is the difference between const char *p, char const *p, const char* const p

5 Answers   Accenture, Aricent, CTS, Geometric Software, Point Cross, Verizon,


DIFFERNCE BETWEEN THE C++ AND C LANGUAGE?

2 Answers   Wipro,


What is a loop?

0 Answers  


Explain is it better to bitshift a value than to multiply by 2?

0 Answers  


How can we allocate array or structure bigger than 64kb?

2 Answers   CSC,


Categories