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
Reverse the part of the number which is present from position i to j. Print the new number. eg: num=789876 i=2 j=5 778986
Why do we use header files in c?
write a program that will print %d in the output screen??
Is there any data type in c with variable size?
What does sizeof function do?
What is indirection?
What is the function of multilevel pointer in c?
int main() { int x = (2,3,4); int y = 9,10,11; printf("%d %d",x,y); } what would be the output?
code snippet for creating a pyramids triangle ex 1 2 2 3 3 3
how does a general function , that accepts an array as a parameter, "knows" the size of the array ? How should it define it parameters list ?
What are runtime error?
write a program to generate address labels using structures?