Question 1)a) What do you mean by programming paradigm? Write down the name of different programming paradigm.
b) Distinguish between strlen() and sizgo() with appropriate examples.
c) Write any two advantages of pointers?
d) What is typedef declaration? Give appropriate example.
e) What are the three constructs that govern statement flow?
f) Write down the function of size of operator?
g) What does the file iostream.h consists of?
h) How to open or close a file?
i) How is a static variable different from the static function?
j) Identify the error in the following C statement.
intx[8], i;
for(i=0; i<=18;++i)
x[i]=i;
Will the effort be defected? If so when?