Answer Posted / guest
int a[10];
int *ptr=a[0];
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What does a derived class inherit from a base class a) Only the Public members of the base class b) Only the Protected members of the base class c) Both the Public and the Protected members of the base class d) .c file
What are comments and how do you insert it in a C program?
How can I remove the trailing spaces from a string?
Write a code to remove duplicates in a string.
What is the role of && operator in a program code?
Explain union.
What does void main return?
Which is an example of a structural homology?
How do you determine the length of a string value that was stored in a variable?
Explain what is the difference between far and near ?
How can you determine the maximum value that a numeric variable can hold?
What does the characters “r” and “w” mean when writing programs that will make use of files?
How do I get an accurate error status return from system on ms-dos?
Why is c not oop?
If errno contains a nonzero number, is there an error?