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 purpose of fflush(stdin) function
What does p mean in physics?
#include<stdio.h> int main() { int a[3][3][2]= {1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18}; printf("%d\n",*(*(*a+1)); return 0; } What will be the output of the above question? And how?
Explain how are 16- and 32-bit numbers stored?
We can draw a box in cprogram by using only one printf();& without using graphic.h header file?
Explain high-order and low-order bytes.
#include<stdio.h> main(0 { printf("\n %d %d %d",sizeof(3),sizeof("3"),sizeof(3)); }
If fflush wont work, what can I use to flush input?
Write a program to find the biggest number of three numbers in c?
what is the basis for selection of arrays or pointers as data structure in a program
What is a ternary operator in c?
in a town the percentage of men is 52 the percentage of total literacy is 48 if total percentage of literate men is 35 of the total population write a program to find the total no of the literate men and women if the population of the town is 80000