Answer Posted / rama krishna sidhartha
Initializing the values of variables or array variables at
the time of execution (or)runtime.
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
Explain is it valid to address one element beyond the end of an array?
Explain how do you declare an array that will hold more than 64kb of data?
How can I avoid the abort, retry, fail messages?
hi folks i m approching for h1 b interview on monday 8th of august at montreal and i m having little problem in my approval notice abt my bithdate my employer has made a mistake while applying it is 12th january and istead of that he had done 18 the of january do any body have any solution for that if yes how can i prove my visa officer abt my real birthdate it urgent please let me know guys thaks dipesh patel
Can you add pointers together? Why would you?
int main() { Int n=20,i; For(i=0;i<=n;i--) { Printf(“-“); Return 0;
Why c is faster than c++?
Write program to remove duplicate in an array?
What is the difference between call by value and call by reference in c?
Why do we need volatile in c?
Explain what is the benefit of using const for declaring constants?
Explain the priority queues?
What is the significance of scope resolution operator?
How can I change their mode to binary?
An expression to whose value an operater is applied a) operand b) variable c) constant d) all of the above