Program to print the 32 number in form of binary, Hexa and
ASCI.
No Answer is Posted For this Question
Be the First to Post Answer
A=7; b=8; x=a++-b; printf(“%d”, x ); what does this code give as output?
What is the difference between hard real-time and soft real-time os?
Explain what is size of character, integer, integer pointer, character pointer?
Why are interfaces important?
Describe a pattern that is not the factory pattern?
Explain difference between risc and cisc processor?
Design a circuit to detect when 3 and only 3 bits are set out of 8 bits.(eg. o0101100)
Tell me can static variables be declared in a header file?
Explain the properties of a object oriented programming language.
Do you know what is the use of volatile keyword?
Can we use printf inside isr?
What is null pointer and what is its use?