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 a prog in c to convert decimal number into binary by using recursen function,

1 Answers  


What's the best way of making my program efficient?

0 Answers   Celstream,


what is the disadvantage of using macros?

1 Answers   Wipro,


player is good if the following conditions are satisfied: He is either from “India”, “Japan” or “Korea” He has a minimum of 3 years of experience He has won at least 3 major tournaments, and one of them must be "World Championship Tournament". He must know more than 10 techniques. (but see next question) If he knows less than 10 techniques, then he must be a world champion. His name contains at least 3 words. For example "Sachin Tendulkar" will not meet this condition. Write a method: boolean isGoodPlayer(String name, String country, int yearsExperience, String[] majorTournamentsWon, String[] techniques, boolean isWorldChampion) name country yearsExperience majorTournamentsWon techniques isWorldChampion

1 Answers  


What is the output of the following program main();{printf ("chennai""superkings"}; a. Chennai b. superkings c. error d. Chennai superkings

6 Answers  






What does #pragma once mean?

0 Answers   Celstream,


What is clrscr ()?

0 Answers  


who is the founder of c

19 Answers   College School Exams Tests, HP,


What is C++

4 Answers  


What does struct node * mean?

0 Answers  


write a c program to calculate sum of digits till it reduces to a single digit using recursion

0 Answers   IBM,


What is the difference between the local variable and global variable in c?

0 Answers  


Categories