Why we use stdio h in c?
No Answer is Posted For this Question
Be the First to Post Answer
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
C language questions for civil engineering
how does the for loop work actually..suppose for the following program how it ll work plz explain to me for(i=5;i>=0;i--) prinf(i--);
is c language is a object oreinted language?
whats the use of header file in c?
what is an ERP?
can we execute the program with the object file
What is the auto keyword good for?
Why is c platform dependent?
What are types of structure?
how to set Nth bit of a variable?
Write a program to display all the prime nos from 1 to 1000000, your code should not take time more than a minute to display all the nos.