Simplify the program segment if X = B then C ← true else C
← false


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

Post New Answer

More C Interview Questions

write a 'c' program to sum the number of integer values

8 Answers  


What is an array in c?

0 Answers  


IS it possible to define a zero sized array in c.if it is possible how can the elements of that array can be accessed.array index starts from zero,if it is possible to define zero sized array how can be its first element can be accesseed.

5 Answers   TCS,


1,4,8,13,21,30,36,45,54,63,73,?,?.

10 Answers   AMB, Franklin Templeton,


What is meant by int fun const(int a, int b) { .... ... }

1 Answers  


Why cann't whole array can be passed to function as value.

1 Answers  


Can I initialize unions?

0 Answers  


When is a “switch” statement preferable over an “if” statement?

0 Answers  


Explain how does free() know explain how much memory to release?

0 Answers  


Explain the difference between call by value and call by reference in c language?

0 Answers  


which of the following is allowed in a "C" arithematic instruction a) [] b) {} c) () d) none of the above

0 Answers  


Why is extern used in c?

0 Answers  


Categories