The file stdio.h, what does it contain?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the use of 'auto' keyword in c programming?
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.
What are multidimensional arrays?
in any language the sound structure of that language depends on its a) character set, input/output function, its control structures b) character set, library functions, input/output functions its control structures c) character set, library functions, control sturctures d) character set, operators, its control structures
whitch value return void main?
how can i include my own .h file EX:- alex.h like #include<alex.h>, rather than #include"alex.h"
why division operator not work in case of float constant?
What are the valid places to have keyword “break”?
How can I read and write comma-delimited text?
Write a program to accept a character & display its corrosponding ASCII value & vice versa?
What is union in c?
Write a program to produce the following output: 1 2 3 4 5 6 7 8 9 10