Answer Posted / jyoti
header file is a preprocessor directive that contains all
the functions thet we have to use in our program and has to
be declared before the main function.
ex: headerfile <stdio.h> include functions such as printf()
and scanf() that puts the output and gets the input
repectively
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is abstract data structure in c?
Explain the use of 'auto' keyword
How can you find the exact size of a data type in c?
What is the process to create increment and decrement stamen in c?
What is string length in c?
What is the modulus operator?
Program will then find the largest of three numbers using nested if-else statements. User is prompted to enter three numbers. Program will find the largest number and display it on the screen. All three numbers entered by the user are also displayed. If user enters 21, 33, and 5, the output should be as follows: You entered: 21, 33 and 5. The largest number is 33.
Write a program in c to replace any vowel in a string with z?
Explain about block scope in c?
Explain the use of bit fieild.
What is an auto variable in c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
What is return type in c?
What is use of null pointer in c?
What is a double c?