A program to allow an input operand and operator from the operator and read on the display and output operand.
No Answer is Posted For this Question
Be the First to Post Answer
What is the most efficient way to count the number of bits which are set in a value?
how can i get the output 54321 4321 321 21 1 in c programming........???? pls help......
To what value do nonglobal variables default? 1) auto 2) register 3) static
What is %d called in c?
What's the best way to declare and define global variables?
Is c# a good language?
How we add our function in liabrary as liabrary function. Exp. we want use our int factorical(int); function as int pow(int,int); function working in math header file.
2. What does static variable mean?
Is a pointer a kind of array?
Write a program that accept anumber in words
5 Write an Algorithm to find the maximum and minimum items in a set of ‘n’ element.
which of the following is not a character constant a) 'thank you' b) 'enter values of p, n ,r' c) '23.56E-o3' d) all of the above