what is the function of .h in #include<stdio.h> in c ?
Answer Posted / farhan ejaz
#includestdio.h is a function which control the input and
output function likeb printf and scanf
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the size of structure pointer in c?
List the difference between a "copy constructor" and a "assignment operator"?
What is #line in c?
Why doesnt long int work?
What is the use of in c?
What is the purpose of void in c?
What is bubble sort technique in c?
Can you add pointers together? Why would you?
What are the features of c languages?
I need a help with a program: Write a C program that uses data input in determining the whole of points A and a whole of circles B. Find two points in A so that the line which passes through them, cut through the maximum number of circles.
What is the difference between ++a and a++?
Create a structure to specify data on students as given below: Roll number, Name, Department, Course, and Year of joining. Assume that there are not more than 450 students in the collage. (a) Write a function to print the names of all students who joined in the last 3 years. (b) Write a function to print the data of a student whose roll numbers are divisible by 4.
Which is better malloc or calloc?
What is cohesion in c?
Do variables need to be initialized?