What is the size of a union variable?
No Answer is Posted For this Question
Be the First to Post Answer
Explain how do you use a pointer to a function?
main() { int i=1; while (i<=5) { printf("%d",i); if (i>2) goto here; i++; } } fun() { here: printf("PP"); }
What are the types of pointers?
How variables are declared in c?
Where static variables are stored in memory in c?
what is an array
What are keywords in c with examples?
Explain modulus operator.
why we use pointer in c
What are c header files?
What are the languages are portable and platform independent?Why they are like that?
Why c language is called c?