Answer Posted / dev
array is a reference variable which stores similar type of data
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is getch c?
Write a program to show the change in position of a cursor using c
Explain what is a const pointer?
What is %g in c?
Explain what is gets() function?
How old is c programming language?
what is recursion in C
What are register variables? What are the advantage of using register variables?
how logic is used
How do you list files in a directory?
For what purpose null pointer used?
When should a type cast not be used?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
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
What is difference between structure and union in c?