what is the advantage of function pointer
Answer Posted / rajesh
code complexcity is less
| Is This Answer Correct ? | 31 Yes | 38 No |
Post New Answer View All Answers
explain what are pointers?
Why is c so important?
Describe newline escape sequence with a sample program?
A float occupies 4 bytes in memory. How many bits are used to store exponent part? since we can have up to 38 number for exponent so 2 ki power 6 6, 6 bits will be used. If 6 bits are used why do not we have up to 64 numbers in exponent?
all c language question
What are the types of bitwise operator?
can any one tel me wt is the question pattern for NIC exam
What are the types of type qualifiers in c?
A collection of data with a given structure for excepting storing and providing on demand data for multiple users a) linked list b) datastructer c) database d) preprocessor
How can I manipulate individual bits?
An instruction which is analysed and acted upon by the processor prior to the compiler going its work a) directive b) constructive c) constant d) absolute mode
What is the usage of the pointer in c?
Explain 'bus error'?
If the size of int data type is two bytes, what is the range of signed int data type?
What happens if you free a pointer twice?