in programming languages a statement or part of a statement that specifies several different execution sequences

a) constructs

b) distructs

c) executes

d) none


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

Post New Answer

More C Interview Questions

What is function prototype?

0 Answers  


what is the use of keyword volatile??

4 Answers   LG Soft,


in case any function return float value we must declare a) the function must be declared as 'float' in main() as well b) the function automatically returned float values c) function before declared 'float' keyword d) all the above

0 Answers  


write a c programme for add of two numbers with out use of arthematic operators

2 Answers  


Display names and numbers of employees who have 5 years or more experience and salary less than Rs.15000 using array of structures (name, number, experience and salary)

1 Answers  






what do you mean by enumeration constant?

0 Answers  


can we declare a variable in different scopes with different data types? answer in detail

3 Answers   TCS,


How is a two dimensional array passed to function when the order of matrix is not known at complie time?

1 Answers   CSC,


What are structure types in C?

0 Answers  


WAP to accept first name,middle name & last name of a student display its initials?

5 Answers   AITH, NIIT,


explain what is a newline escape sequence?

0 Answers  


What is #pragma statements?

0 Answers  


Categories