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 variable in c example?

0 Answers  


What is #include conio h?

0 Answers  


c pgm count no of lines , blanks, tabs in a para(File concept)

2 Answers  


What do you mean by a local block?

0 Answers   InterGraph,


Difference between Shallow copy and Deep copy?

0 Answers  






If i have an array 0 to 99 i.e,(Size 100) I place the values 1 to 100 randomly like a[0]=29,a[1]=56 upto array[99].. the values are only between 1 to 100. getting the array values by using scanf.. If i entered one wrong element value line a[56]=108. how can i find it.. and also how to find the missing value in 1 to 100.. and i want to replace the missing values.. any one of them know please post your answer..

0 Answers   IBM, Wipro,


What are the types of unary operators?

0 Answers  


main() { int i=0; while(+(+i--)!=0) i-=i++; printf("%d",i); }

4 Answers  


What does c mean in basketball?

0 Answers  


#include<conio.h> #include<stdio.h> void main() { int i; if(1,0,2,3) { printf("if"); } else { printf("else"); } getch(); } Can any body tell the answer of this question with explanation?

3 Answers   Huawei,


What is the value of c?

0 Answers  


pierrot's divisor program using c or c++ code

0 Answers  


Categories