What is nested structure with example?
int *a[5] refers to
What is hungarian notation? Is it worthwhile?
What is function definition in c?
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?
number of times a digit is present in a number
What is the difference between break and continue?
How pointer is benefit for design a data structure algorithm?
c program to manipulate x=1+3+5+...+n using recursion
What is difference between constant pointer and constant variable?
what is the main use of c where it can use the c
What is a far pointer in c?
What is a file descriptor in c?