what is the function of .h in #include<stdio.h> in c ?
Answer Posted / joydeep roy
thanks both of u ...4r giving d answer
| Is This Answer Correct ? | 21 Yes | 13 No |
Post New Answer View All Answers
Simplify the program segment if X = B then C ← true else C ← false
Can you write the algorithm for Queue?
what is reason of your company position's in india no. 1.
Explain what is wrong with this program statement? Void = 10;
Which header file is essential for using strcmp function?
Is int a keyword in c?
all c language question
What is bin sh c?
Write a program to swap two numbers without using third variable in c?
an expression contains relational operators, assignment operators, and arithmatic operstors. In the absence of parentheses, they will be evaluated in which of the following order a) assignment, relational, arithematic b) arithematic, relational, assignment c) relational, arithematic, assignment d) assignment, arithematic, relational
Draw a diagram showing how the operating system relates to users, application programs, and the computer hardware ?
What is file in c language?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
What is call by reference in functions?
What are the different data types in C?