Answer Posted / vadivel t
void pointer is a pointer which can be point to any kind of
data types
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Which control loop is recommended if you have to execute set of statements for fixed number of times?
How reliable are floating-point comparisons?
Explain b+ tree?
What is the acronym for ansi?
What is a good data structure to use for storing lines of text?
What is pointer & why it is used?
.main() { char *p = "hello world!"; p[0] = 'H'; printf("%s",p); }
Why do we need arrays in c?
What is a example of a variable?
What is the stack in c?
How many bytes are occupied by near, far and huge pointers (dos)?
Write a code to remove duplicates in a string.
Using which language Test cases are added in .ptu file of RTRT unit testing???
what is the function of pragma directive in c?
What is 1d array in c?