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
#include<stdio.h> void main() { char *str; long unsigned int add; str="Hello C"; add=&str[0]; printf("%c",add); } What is the output?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
main() { int i = 10; printf(" %d %d %d \n", ++i, i++, ++i); }
Why is c called "mother" language?
a=0; while(a<5) printf("%d\n",a++); how many times does the loop occurs? a.infinite b.5 c.4 d.6
Explain how can I read and write comma-delimited text?
What is structure packing ?
How do I declare an array of N pointers to functions returning pointers to functions returning pointers to characters?
How to implement a packet in C
Is fortran still used in 2018?
Explain what math functions are available for integers? For floating point?
Write a C/C++ program that connects to a MySQL server and checks intrusion attempts every 5 minutes. If an intrusion attempt is detected beep the internal speaker to alert the administrator. A high number of aborted connects to MySQL at a point in time may be used as a basis of an intrusion.
2 Answers Drona Solutions, Infosys, Vodafone, Webyog,