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 o/p int main(int n, char *argv[]) { char *s= *++argv; puts(s); exit(0); }
program to find the roots of a quardratic equation
Describe the complexity of Binary search, Quicksort and various other sorting and searching techniques..
Why void is used in c?
sir, i cannot find the way how to write aprogram by using array on queue
what is the difference between 123 and 0123 in c?
What is the use of bit field?
find second largest element in array w/o using sorting techniques? use onle one for loop.
15 Answers BitWise, Zycus Infotech,
How can I read data from data files with particular formats?
What are 'near' and 'far' pointers?
progrem to generate the following series 1 12 123 1234 12345
write a program to check whether a given integer is a strong number or not? [Hint: 145=1!+4!+5! =1+24+120 =145]