What is the purpose of type declarations?
No Answer is Posted For this Question
Be the First to Post Answer
Can you pass an entire structure to functions?
What is that continue statement??
biggest of two no's with out using if condition statement
write a program structure to find average of given number
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Explain the term printf() and scanf() used in c language?
What is context in c?
Differentiate b/w Modify and Update commands giving example.
who is the father of c
Explain c preprocessor?
Hi can anyone tell what is a start up code?
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?