How can you call a function, given its name as a string?
No Answer is Posted For this Question
Be the First to Post Answer
Explain enumerated types in c language?
If one class contains another class as a member, in what order are the two class constructors called a) Constructor for the member class is called first b) Constructor for the member class is called second c) Only one of the constructors is called d) all of the above
What is the use of gets and puts?
a) Identify the following declarations. Ex. int i (integer variable) float a[l0](array of 10 real nos) int (*f())() void *f int (*f()) [] void *f int f[] [] [] char *(*f) () int (*f[]) [] float(*f) [] [] float **f int ******f
What is ## preprocessor operator in c?
main() { enum _tag{ left=10, right, front=100, back}; printf("%d, %d, %d, %d", left, right, front, back); }
what is bitwise operator?
how to sort two array of characters and make a new array of characters.
in ‘C’ language for Matrix Multiplication fails” Introspect the causes for its failure and write down the possible reasons for its failure.
What is difference between array and structure in c?
What is static memory allocation? Explain
int *a[5] refers to