What is the purpose of the preprocessor directive error?
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to count the number of bits which are set in an integer?
Can a program have multiple main() functions?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
What are type modifiers in c?
Is it possible to run a c program without using main?If yes HOW??
What does %c do in c?
What are pointers really good for, anyway?
Explain what are run-time errors?
I came across some code that puts a (void) cast before each call to printf. Why?
write aprogram for There is a mobile keypad with numbers 0-9 and alphabets on it. take input of 7 keys and then form a word from the alphabets present on those keys.
1 Answers iGate, Shashi, Source Bits, Subex,
What is the ANSI C Standard?
Differentiate fundamental data types and derived data types in C.