Design a program which assigns values to the array
temperature. The program should then display the array with
appropriate column and row headings.
No Answer is Posted For this Question
Be the First to Post Answer
Is it possible to use curly brackets ({}) to enclose single line code in c program?
Explain what are the standard predefined macros?
Why static variable is used in c?
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
How do I use void main?
What is #include conio h?
Why we not create function inside function.
What is use of null pointer in c?
What is the use of printf() and scanf() functions?
What does *p++ do?
What is string function c?
What is C language Terminator?