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

How to write the code of the program to swap two numbers with in one statement?

2 Answers  


How can I read/write structures from/to data files?

0 Answers  


what does static variable mean?

0 Answers   TCS,


program to print upper & lower triangle of a matrix

2 Answers   TCS,


write a program in C to swap two variables

7 Answers   Attrabyte, Marlabs,


What is the g value paradox?

0 Answers  


Write a program in C to print the alphabets in order as on a mobile phone.i.e:When 2 is pressed once 'a' prints and if it is pressed two times 'b' prints and so on.we have to print all the alphabets as on mobile phone like this.

1 Answers   Wipro,


What do you mean by invalid pointer arithmetic?

0 Answers  


what is the use of pointers

6 Answers   Adobe, GrapeCity,


Method Overloading exist in c ?

3 Answers   Wipro,


What language is lisp written in?

0 Answers  


can we declare a function inside the structure? ex: struct book { int pages; float price; int library(int,float); }b; is the above declaration correct? as it has function declaration?

2 Answers  


Categories