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

Is c is a procedural language?

0 Answers  


How can you read a directory in a C program?

0 Answers  


What are near, far and huge pointers?

0 Answers   Hexaware, Thomson Reuters, Virtusa,


What does sizeof return c?

0 Answers  


What is structure in c definition?

0 Answers  


What is the function of ceil(X) defined in math.h do? A)It returns the value rounded down to the next lower integer B)it returns the value rounded up to the next higher integer C)the Next Higher Value D)the next lower value

3 Answers   Accenture, Wipro,


Write the test cases for checking a variable having value in range -10.0 to +10.0?

0 Answers   Bosch,


How can I manipulate individual bits?

0 Answers  


What are the types of data structures in c?

0 Answers  


hOW Can I add character in to pointer array of characters char *a="indian"; ie I want to add google after indian in the char *a

1 Answers  


FORMATTED INPUT/OUTPUT functions are a) scanf() and printf() b) gets() and puts() c) getchar() and putchar() d) all the above

0 Answers  


what is the difference between #include<> and #include”…”?

5 Answers  


Categories