What is nested structure with example?
Can I initialize unions?
What is the restrict keyword in C?
What are multidimensional arrays?
Explain what is the difference between null and nul?
15.what is the disadvantage of using macros? 16.what is the self-referential structure? 17.can a union be self-referenced? 18.What is a pointer? 19.What is the Lvalue and Rvalue? 20.what is the difference between these initializations? 21.Char a[]=”string”; 22.Char *p=”literal”; 23.Does *p++ increment p, or what it points to?
can we store values and addresses in the same array? explain
what is a function prototype?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
What is wrong with this program statement?
can we have joblib in a proc ?
write a program which will count occurance of a day between two dates.
Why doesn't C have nested functions?