Explain is it better to bitshift a value than to multiply by 2?
No Answer is Posted For this Question
Be the First to Post Answer
Write a program to generate the first n terms in the series --- 2,3,5,7,11,...,17
macros and function are related in what aspect? a)recursion b)varying no of arguments c)hypochecking d)type declaration
12 Answers HCL, Infosys, Microsoft,
What are the data types present in c?
To find whether a number is even or odd without using any conditional operator??
12 Answers College School Exams Tests, IBM,
What is the real time usage volatile?
write a program to find lcm and hcf of two numbers??
how the compiler treats any volatile variable?Explain with example.
How arrays can be passed to a user defined function
write a program to generate address labels using structures?
which one of follwoing will read a character from keyboard and store in c a)c=getc() b)c=getchar() c)c=getchar(stdin) d)getc(&c) e)none
write a function which accept two numbers from main() and interchange them using pointers?
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