Why do we need arrays in c?
No Answer is Posted For this Question
Be the First to Post Answer
Why c is procedure oriented?
Can you please explain the difference between strcpy() and memcpy() function?
What is the use of putchar function?
write a c program to do the following: a) To find the area of a triangle. b) To convert the temperature from Fahrenheit to Celsius. c) To convert the time in hours : minutes : seconds to seconds.
When should the volatile modifier be used?
what is the difference between structure and union?
Differentiate between #include<...> and #include '...'
Write a C program to get the desired output. 1 1 2 1 1 3 3 1 1 4 6 4 1 1 5 10 10 5 1 . . . 1 n..............n 1 Note: n is a positive integer entered by the user.
Write a program to print “hello world” without using semicolon?
How can I remove the leading spaces from a string?
Write a program in c to replace any vowel in a string with z?
4.weight conversion: Write a program that will read weight in pounds and convert it into grams.print both the original weight and the converted value.There are 454 grams in a pound.design and carry out a test plan for this program.