What is extern variable in c with example?
No Answer is Posted For this Question
Be the First to Post Answer
What is structure in c definition?
What does a function declared as pascal do differently?
How do I initialize a pointer to a function?
What are two dimensional arrays alternatively called as?
What is 02d in c?
how is the examination pattern?
main() { float a=3.2e40; printf("%d",a); }
what is the stackpointer
write a program to arrange the contents of a 1D array in ascending order
what are the advantages & disadvantages of unions?
24.what is a void pointer? 25.why arithmetic operation can’t be performed on a void pointer? 26.differentiate between const char *a; char *const a; and char const *a; 27.compare array with pointer? 28.what is a NULL pointer? 29.what does ‘segmentation violation’ mean? 30.what does ‘Bus Error’ mean? 31.Define function pointers? 32.How do you initialize function pointers? Give an example? 33.where can function pointers be used?
how to generate sparse matrix in c