What is the condition that is applied with ?: Operator?


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

Post New Answer

More C Interview Questions

how to convert an char array to decimal array

4 Answers  


How to convert a binary number to Hexa decimal number?? (Note:Do not convert it into binary and to Hexadecimal)

1 Answers   iLantus, Subex,


Is it better to use malloc() or calloc()?

0 Answers   Aspire, Infogain,


char *p="name"; printf(p);

1 Answers  


In a byte, what is the maximum decimal number that you can accommodate?

0 Answers  






What are control structures? What are the different types?

0 Answers  


Explain #pragma statements.

0 Answers  


In c programming write a program that will print 10 multiples of 3 except 15,18,21 using looping

0 Answers  


What are the types of variables in c?

0 Answers  


Why static variable is used in c?

0 Answers  


wt is d full form of c

6 Answers   TCS, Wipro,


a.One Cannot Take the address of a Bit Field b.bit fields cannot be arrayed c.Bit-Fields are machine Dependant d.Bit-fields cannot be declared as static Which of the Following Statements are true w.r.t Bit-Fields A)a,b&c B)Only a & b C)Only c D)All

3 Answers   Accenture, Digg.com,


Categories