What is the role of && operator in a program code?
No Answer is Posted For this Question
Be the First to Post Answer
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.
Can you think of a way when a program crashed before reaching main? If yes how?
Explain what are compound statements?
Explain what math functions are available for integers? For floating point?
what is the difference between <stdio.h> and "stdio.h"
14 Answers Invendis, Kanbay, Mastek, MathWorks,
Explain the ternary tree?
What are pointers? What are stacks and queues?
I have a function which accepts, and is supposed to initialize,a pointer, but the pointer in the caller remains unchanged.
Explain how can you be sure that a program follows the ansi c standard?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
If the static variable is declared as global, will it be same as extern?
How can I convert integers to binary or hexadecimal?