Answer Posted / ravi.g
it depends on system memory and compiler
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which one would you prefer - a macro or a function?
write a program to convert a expression in polish notation(postfix) to inline(normal) something like make 723+* (2+3) x 7 (not sure) just check out its mainly printing expression in postfix form to infix.
What are the Advantages of using macro
How a string is stored in c?
Is boolean a datatype in c?
Write a program in c to replace any vowel in a string with z?
What does %c mean in c?
What does emoji p mean?
i = 25;switch (i) {case 25: printf("The value is 25 ");case 30: printf("The value is 30 "); When the above statements are executed the output will be : a) The value is 25 b) The value is 30 c) The value is 25 The value is 30 d) none
When I set a float variable to, say, 3.1, why is printf printing it as 3.0999999?
Discuss the function of conditional operator, size of operator and comma operator with examples.
What does != Mean in c?
Is it better to bitshift a value than to multiply by 2?
Which function in C can be used to append a string to another string?
write a program that types this pattern: 12345678987654321 12345678 87654321 1234567 7654321 123456 654321 12345 54321 1234 4321 123 321 12 21 1 1