can we store values and addresses in the same array? explain
Answers were Sorted based on User's Feedback
Answer / sri
we can store values and address in same ,by using
datastructures concept
| Is This Answer Correct ? | 15 Yes | 1 No |
Answer / rakesh
Yes, We can Store Value and Address in the Same Array using the LinkedList Concept of the Data & File Structure.
| Is This Answer Correct ? | 12 Yes | 0 No |
Not because value we can store but address is we can't store
that is default address we can't change that value
| Is This Answer Correct ? | 4 Yes | 3 No |
Can we use any name in place of argv and argc as command line arguments?
What is the difference between specifying a constant variable like with constant keyword and #define it? i.e what is the difference between CONSTANT FLOAT A=1.25 and #define A 1.25
What is the diffences between Windows XP and Windows Visa
How to write a program for swapping two strings without using 3rd variable and without using string functions.
What are # preprocessor operator in c?
Is null valid for pointers to functions?
What does d mean?
Explain what does the characters 'r' and 'w' mean when writing programs that will make use of files?
Explain what is a stream?
c program to print a name without using semicolon
what is diff between localstatic and globalstatis variable possible 2 use in another file...?
for(;;) printf("C language") What is out put of above??
2 Answers Practical Viva Questions,