What is exit() function?
No Answer is Posted For this Question
Be the First to Post Answer
what is the little endian and big endian?
How #define works?
In a byte, what is the maximum decimal number that you can accommodate?
What are inbuilt functions in c?
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
Explain a pre-processor and its advantages.
Write a c program for sum of first n terms of the series S = 1 - (1/3) + (1/5) -(1/7) + (1/9) ......
How can you be sure that a program follows the ANSI C standard?
Given an array of numbers, except for one number all the others occur twice. Give an algorithm to find that number which occurs only once in the array.
How to create struct variables?
What does the c in ctime mean?
What are valid signatures for the Main function?