What is the full form of getch?
No Answer is Posted For this Question
Be the First to Post Answer
Is c programming hard?
fun(int x) { if(x > 0) fun(x/2); printf("%d", x); } above function is called as: fun(10); what will it print? }
What is the use of sizeof?
What is a method in c?
How can I direct output to the printer?
How to Throw some light on the splay trees?
What is c++ used for today?
what is the difference between call by value and call by reference?
5 Answers Genpact, Global Logic, Infosys,
write a “Hello World” program in “c” without using a semicolon?
Give differences between - new and malloc() , delete and free() ?
how to swap 4 number without using temporary number?
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?