What is the size of enum in c?
No Answer is Posted For this Question
Be the First to Post Answer
What is action and transformation in spark?
What are the ways to a null pointer can use in c programming language?
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?
what is the diff between the printf and sprintf functions?? and what is the syntax for this two functions ??
What is the Difference between Class and Struct?
Explain what a Binary Search Tree is.
What is indirection in c?
The differences between Windows XP and Windows Visa
write a program to swap two variables a=5 , b= 10 without using third variable
what are far pointers?
what is reason of your company position's in india no. 1.
Reverse the part of the number which is present from position i to j. Print the new number.[without using the array] eg: num=789876 i=2 j=5 778986