What are the different categories of functions in c?
How can you be sure that a program follows the ANSI C standard?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
What is the memory allocated by the following definition ? int (*x)[10];
What is pragma c?
Explain data types & how many data types supported by c?
ATM machine and railway reservation class/object diagram
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is external and internal variables What is dynamic memory allocation what is storage classes in C
Explain what is a program flowchart and explain how does it help in writing a program?
what is the use of ‘auto’ keyword?
What does 3 mean in texting?
What are qualifiers in c?