What do you know about the use of bit field?
No Answer is Posted For this Question
Be the First to Post Answer
write a recursive program in'c'to find whether a given five digit number is a palindrome or not
How can I use a preprocessorif expression to ?
what is linkage error when it occurs in c program
Differentiate between ordinary variable and pointer in c.
how to print electricity bill according to following charges first 100 units -1rs per unit for next 200 units-1.50 rs per unit without using conditions
what is the c source code for the below output? 5555555555 4444 4444 333 333 22 22 1 1 22 22 333 333 4444 4444 5555555555
Explain how do you print only part of a string?
Why ca not I do something like this?
Explain do array subscripts always start with zero?
void main() { static int i = 5; if(--i) { main(); printf("%d ",i); } } what would be output of the above program and justify your answer? }
5 Answers C DAC, CDAC, Infosys, Wipro,
what are threads ? why they are called light weight processes ? what is the relation between process and threads ?
Write a program to generate prime factors of a given integer?