Why is struct padding needed?
What does the c in ctime mean?
Explain what are preprocessor directives?
The number of measuring units from an arbitarary starting point in a record,area,or control block to some other point a) recording pointer b) offset c) branching d) none
What are dangling pointers in c?
why array index always starts from zero??
what is the main use of c where it can use the c
int *p=20; if u print like dis printf("%d",p); o\p:- 20; how is it possible? plz give me the explanation.
what is the difference between strcpy() and memcpy() function?
What are the features of c languages?
main() { intj; while9j<=10) { printf("\n%d",j); j=j+1; } }
What is NULL pointer?
what is the return type of printf