Answer Posted / nashiinformaticssolutions
Pointers to functions that allow dynamic invocation of functions. Example:
void (*funPtr)(int) = &printNumber;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Write a program to swap two numbers without using a temporary variable?
Explain with the aid of an example why arrays of structures don’t provide an efficient representation when it comes to adding and deleting records internal to the array.
What is a macro, and explain how do you use it?
Differentiate Source Codes from Object Codes
What do you mean by invalid pointer arithmetic?
What is function prototype in c language?
Is there any possibility to create customized header file with c programming language?
why do some people write if(0 == x) instead of if(x == 0)?
What is c++ used for today?
Did c have any year 2000 problems?
What is a string?
What is volatile variable how do you declare it?
What is the difference between class and object in c?
any limit on the number of functions that might be present in a C program a) max 35 functions b) max 50 functions c) no limit d) none of the above
Write the control statements in C language