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

Post New Answer

More C Interview Questions

#ifdef TRUE int I=0; #endif main() { int j=0; printf("%d %d\n",i,j); }

3 Answers   ADITI,


What is a newline escape sequence?

0 Answers  


how can be easily placed in TCS.

0 Answers   TCS,


Linked list is a Linear or non linear explain if linear how it working as a non linear data structures

0 Answers  


How does sizeof know array size?

0 Answers  






I have an array of 100 elements. Each element contains some text. i want to: append a star character to the end of every fifth element remove every second character from every tenth element, and… add a line feed (ascii 10) after the 30th character of every array element whose length is greater than 30 characters.

1 Answers  


Create a simple code fragment that will swap the values of two variables num1 and num2.

0 Answers  


Write code for finding depth of tree

2 Answers   Adobe,


What is derived datatype in c?

0 Answers  


What is the use of sizeof?

0 Answers  


main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }

1 Answers   Accenture, Vector,


what is volatile in c language?

9 Answers   Cap Gemini, HCL, Honeywell, TCS, Tech Mahindra,


Categories