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
What's the difference between struct x1 { ... }; and typedef struct { ... } x2; ?
write c program without semicolon
11 Answers MindTech, TCS, Wipro,
Which operators cannot be overloaded a) Sizeof b) .* c) :: d) all of the above
What are 'near' and 'far' pointers?
What is C language ?
When can a far pointer be used?
How is null defined in c?
What is the output of below code? main() { static int a=5; printf("%3d",a--); if(a) main(); }
You have an array of n integers, randomly ordered with value 1 to n-1.The array is such that there is only one and one value occurred twice. How will you find this number?
What is the basic structure of c?
Why is main function so important?
What does emoji p mean?