how many header file is in C language ?
Answer Posted / devi
132
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is a newline escape sequence?
How do you search data in a data file using random access method?
GIVEN A FLOATING POINT NUMBER HOW IS IT ACTUALLY STORED IN MEMORY ? CAN ANYONE EXPLAIN?? THE 32 BIT REPRESENTATION OF A FLOATING POINT NUMBER ALLOTS: 1 BIT-SIGN 8 BITS-EXPONENT 23 BITS-MANTISSA
Why does not c have an exponentiation operator?
A routine usually part of the operation system that loads a program into memory prior to execution a) linker b) loader c) preprocessor d) compiler
Write a c program to build a heap method using Pointer to function and pointer to structure ?
What are the loops in c?
how to construct a simulator keeping the logical boolean gates in c
Write a code to remove duplicates in a string.
An integer that indentifies the position of a data item in a sequence of data items a) value b) number c) index d) all of the above
What is array within structure?
Why is c called "mother" language?
What are loops c?
C program to find all possible outcomes of a dice?
What is hungarian notation? Is it worthwhile?