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
What are high level languages like C and FORTRAN also known as?
any restrictions have on the number of 'return' statements that may be present in a function. a) no restriction b) only 2 return statements c) only 1 return statements d) none of the above
C passes By value or By reference?
5 Answers Geometric Software, Infosys,
how to find sum of 5 digits in C?
What does & mean in scanf?
What is a Deque?
what is the use of using linked list and array?
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 the use of getchar() function?
program that accepts amount in figures and print that in words
2 Answers Infosys, Lovely Professional University, Wipro,
if a five digit number is input through the keyboard, write a program to calculate the sum of its digits. (hint:-use the modulus operator.'%')
What are static variables in c?