Answer Posted / kalidasan
Array is a object, it will allow to store multiple values in
one variable.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
please explain clearly about execution of c program in detail,in which stage are the printf sacnf getting into exeecutable code
What is array of structure in c programming?
What is indirection in c?
What's the difference between constant char *p and char * constant p?
1234554321 1234 4321 123 321 12 21 1 1 12 21 123 321 1234 4321 1234554321
How many types of operator or there in c?
What is logical error?
In C language what is a 'dangling pointer'?
Explain pointer. What are function pointers in C?
Explain how are portions of a program disabled in demo versions?
What would the following code segment printint k = 8;docout << "k = " << k << " ";while k++ < 5; a) 13 b) 5 c) 8 d) pointers
How can I change their mode to binary?
What is the difference between int main and void main?
Is null always equal to 0(zero)?
Why enum is used in c?