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
write a function which accept two numbers from main() and interchange them using pointers?
find largest of 3 no
Give the output for the following program. #define STYLE1 char main() { typedef char STYLE2; STYLE1 x; STYLE2 y; clrscr(); x=255; y=255; printf("%d %d\n",x,y); }
write a program for egyptian fractions in c?
What are multidimensional arrays?
What does. int *x[](); means ?
what is difference between array and structure?
44 Answers College School Exams Tests, CTS, Google, HCL, IBM, Motorola, TCS,
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 ?
Define C in your own Language.
What is scope rule of function in c?
What is a stream in c programming?
What is register variable in c language?