What is the use of a conditional inclusion statement in C?


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

Post New Answer

More C Interview Questions

Why c is a mother language?

0 Answers  


Define the scope of static variables.

0 Answers  


to write a program, that finds the minimum total number of shelves, including the initial one, required for this loading process. The packets are named A, B, C, D, E …….. Any numbers of packets with these names could be kept in the shelf, as in this example: [ZZLLAAJKRDFDDUUGGYFYYKK]. All packets are to be loaded on cars. The cars are lined in order, so that the packets could be loaded on them. The cars are also named [A, B, C, D, E,………….].

2 Answers   Infosys, TCS,


What would be an example of a structure analogous to structure c?

0 Answers  


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,






How to explain the final year project as a fresher please answer with sample project

0 Answers  


How we can write a value to an address using macro..?

0 Answers   Tata Elxsi,


Explain how does flowchart help in writing a program?

0 Answers  


What does typeof return in c?

0 Answers  


`write a program to display the recomended action depends on a color of trafic light using nested if statments

0 Answers  


What is a macro?

0 Answers  


Write a c program using for loop to print typical pattern if number of rows is entered by keyboard. ABCBA AB BA A A

1 Answers  


Categories