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

Determine the code below, tell me exactly how many times is the operation sum++ performed ? for ( i = 0; i < 100; i++ ) for ( j = 100; j > 100 - i; j--) sum++;

5 Answers   ITCO, Wipro,


To what value are pointers initialized? 1) NULL 2) Newly allocated memory 3) No action is taken by the compiler to initialize pointers.

4 Answers   Aricent,


How do I convert a string to all upper or lower case?

0 Answers  


How is = symbol different from == symbol in c programming?

0 Answers  


What are the advantages of using Unions?

0 Answers   IBS,


Find the highest of three numbers and print them using ascending orders?

1 Answers  


will u give me old quesrion papers for aptitude for L & t info tech?

1 Answers   Hindustan, L&T,


What is huge pointer in c?

0 Answers  


ATM machine and railway reservation class/object diagram

0 Answers   Zycus Infotech,


Write a program for Overriding.

0 Answers  


Define Spanning-Tree Protocol (STP)

0 Answers  


pgm to reverse string using arrays i.e god is love becomes love is god) (assumption:only space is used for seperation of words) no addtional memory used.i.e no temporary arrays can used.

4 Answers   Persistent, Valyoo,


Categories