Answer Posted / vikas thakur
array is acollection of same data type element which is
stored in cosecutive memmory
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is struct oop?
What is build process in c?
What functions are in conio h?
Explain what is the use of a semicolon (;) at the end of every program statement?
What are the basic data types associated with c?
what is associativity explain what is the precidence for * and & , * and ++ how the folloing declaration work 1) *&p; 2) *p++;
Do string constants represent numerical values?
What is a MAC Address?
What the advantages of using Unions?
What are identifiers c?
Tell me with an example the self-referential structure?
Why c is called top down?
shorting algorithmS
What are static variables in c?
This is a variation of the call_me function in the previous question:call_me (myvar)int *myvar;{ *myvar += 5; }The correct way to call this function from main() will be a) call_me(myvar) b) call_me(*myvar) c) call_me(&myvar) d) expanded memory