Explain 'bit masking'?
No Answer is Posted For this Question
Be the First to Post Answer
a=0; b=(a=0)?2:3; a) What will be the value of b? why b) If in 1st stmt a=0 is replaced by -1, b=? c) If in second stmt a=0 is replaced by -1, b=?
c program to compute AREA under integral
what will be the output of this program main() { int i=1; while (i<=10); { i++; } }
How to reverse a string using a recursive function, without swapping or using an extra memory?
31 Answers Cisco, Mind Tree, Motorola, Ophio, Sony, TCS, Wipro,
Find greatest of two numbers using macro
can we implement multi-threads in c.
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
how the compiler treats any volatile variable?Explain with example.
How can I find the modification date of a file?
What are static variables, and where are they stored?
Why does not c have an exponentiation operator?
write a Program to dispaly upto 100 prime numbers(without using Arrays,Pointer)
26 Answers ADITI, iFlex, Infosys, Oracle, TCS, Unicops, Wipro,