what is the function of .h in #include<stdio.h> in c ?
Answer Posted / amatullah
.h is the extention of the header file
h indicates that its a header file
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
in programming languages a statement or part of a statement that specifies several different execution sequences a) constructs b) distructs c) executes d) none
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.
design and implement a data structure and performs the following operation with the help of file (included 1000 student marks in 5 sub. and %also) 1.how many students are fail in all 5 subjects (if >35) 2. delete all student data those are fail in all 5 subjects. 3. update the grace marks (5 no. if exam paper is 100 marks) 4. arrange the student data in ascending order basis of marks. 5.insert double of deleted students with marks in the list.
what is uses of .net
Explain high-order bytes.
Write a code to achieve inter processor communication (mutual exclusion implementation pseudo code)?
Simplify the program segment if X = B then C ← true else C ← false
Explain what are the advantages and disadvantages of a heap?
Why functions are used in c?
Explain the red-black trees?
When should you use a type cast?
Explain low-order bytes.
List a few unconditional control statement in c.
what are # pragma staments?
Explain what are multibyte characters?