Write the program that calculates and prints the average of
several integers. Assume that the last value read is
sentinel 9999.
No Answer is Posted For this Question
Be the First to Post Answer
Go through the following code sinippet char a[20]; a="Hello Orcale Test"; will this compile?
Is it possible to pass an entire structure to functions?
How does pointer work in c?
What is the difference between a string and an array?
Write a program that an operator and two operands read from input operand operator on the implementation and results display.
What is break in c?
What is an array in c?
What is the difference between struct and typedef struct in c?
create a C program that displays one z,two y's,three x's until twenty six A's. plzz answer i need it tomorrow.
What is binary tree in c?
how can use subset in c program and give more example
what will be the output for the following program? main() { char ch = 'k'; char c; printf("%c",c); }