What is a ternary operator in c?
No Answer is Posted For this Question
Be the First to Post Answer
simple program for virtual function?
What is #include conio h?
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is the difference between single charater constant and string constant?
20. main() { int i=5; printf("%d%d%d%d%d%d",i++,i--,++i,--i,i); } Answer:??????
WHAT IS HIGH LEVEL LANGUAGE?
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
How is null defined in c?
program to find the ASCII value of a number
What is pointer in c?
How can I determine whether a machines byte order is big-endian or little-endian?
What is the condition that is applied with ?: Operator?