What is the right type to use for boolean values in c? Is there a standard type? Should I use #defines or enums for the true and false values?
No Answer is Posted For this Question
Be the First to Post Answer
What are qualifiers in c?
what is the output of below int n=10; (n++)++; printf("%d",n);
What is meant by operator precedence?
Write a C Program to display the following menu: Menu 1. Display 2. Copy 3. Append 4. Exit Accept the choice (1-4) from the user, and perform the following tasks: Choice 1: Accept a file name from the user and display the file on screen Choice 2: Accept two file names, and copy first file to the second Choice 3: Accept two file names, and append second file to the first file Choice 4: Terminate the program
1 Answers Accenture, Concor, DMU, Satyam, Syntel, Tora,
Are negative numbers true in c?
Explain what a Binary Search Tree is.
what is ans for this scanf(%%d",c);
write a method for an array in which it can display the largest n next largest value.
post new interiew question and aptitude test papers
which one is not preprocessor directive a)#if b)#elif c)#undef d)#pragma
16 Answers Accenture, Infosys, TCS, Wipro,
What is pointer in c?
Give differences between - new and malloc() , delete and free() ?