Answer Posted / hari
request to responce(communcation)
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is operator promotion?
Where are c variables stored in memory?
What is the scope of local variable in c?
differentiate built-in functions and user – defined functions.
What are header files and explain what are its uses in c programming?
Explain how do you determine whether to use a stream function or a low-level function?
Should I use symbolic names like true and false for boolean constants, or plain 1 and 0?
What are the 5 organizational structures?
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.
Explain what is the difference between functions abs() and fabs()?
What is masking?
Write a function that will take in a phone number and output all possible alphabetical combinations
Explain low-order bytes.
To print the pattern 1 2 3 4 5 10 17 18 19 6 15 24 25 20 7 14 23 22 21 8 13 12 11 10 9
What is #error and use of it?