Answer Posted / fazlur rahaman naik
5th element in an array of integer pointers.
| Is This Answer Correct ? | 4 Yes | 10 No |
Post New Answer View All Answers
What are valid operations on pointers?
the maximum length of a character constant can be a) 1 character b) 8 characters c) 256 chaacters d) 125 characters
any function have arguments one or more OR not . it is compulsary a) any function compulsary have one or more arguments b) any function did not have arguments. It is not compulsary c) it is optional it is not compulsary d) none of the above
Write a program to find factorial of a number using recursive function.
Explain what is dynamic data structure?
what is a NULL Pointer? Whether it is same as an uninitialized pointer?
What is assignment operator?
Explain what is operator promotion?
Why are algorithms important in c program?
What are nested functions in c?
a sequence of bytes with one to one corrspondence to those in the external device a) sequential addressing b) address c) byte code d) none
Explain how can I right-justify a string?
Explain how do you print only part of a string?
Why is it important to memset a variable, immediately after allocating memory to it ?
What does char * * argv mean in c?