Answer Posted / k.thejonath
char (*)p[100];
Here p is a pointer to an array of 100 character elements..
| Is This Answer Correct ? | 6 Yes | 11 No |
Post New Answer View All Answers
write a programming in c to find the sum of all elements in an array through function.
Tell me about low level programming languages.
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?
What is restrict keyword in c?
Add Two Numbers Without Using the Addition Operator
How can I use a preprocessorif expression to ?
Compare and contrast compilers from interpreters.
what is the function of pragma directive in c?
What is union in c?
What are header files why are they important?
Why c is a procedural language?
What is hashing in c language?
Define Array of pointers.
What are the uses of null pointers?
What are register variables in c?