Tell me the use of bit field in c language?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Interview Questions

what is y value of the code if input x=10 y=5; if (x==10) else if(x==9) elae y=8; a.9 b.8 c.6 d.7

4 Answers   TCS,


In c programming language, how many parameters can be passed to a function ?

0 Answers  


What are local variables c?

0 Answers  


What standard functions are available to manipulate strings?

0 Answers  


print a "hello" word without using printf n puts in c language

6 Answers  






Output for following program using for loop only * * * * * * * * * * * * * * *

3 Answers  


The code is::::: if(condition) Printf("Hello"); Else Printf("World"); What will be the condition in if in such a way that both Hello and world are printed in a single attempt?????? Single Attempt in the sense... It must first print "Hello" and it Must go to else part and print "World"..... No loops, Recursion are allowed........................

14 Answers   HOV Services, IBM, Potty,


How reliable are floating-point comparisons?

0 Answers  


What is typedef struct in c?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


What is the use of printf() and scanf() functions?

0 Answers  


Why void is used in c?

0 Answers  


Categories