Answer Posted / naveen
from low to high =, ==, +, ++
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How can you pass an array to a function by value?
Explain the use of #pragma exit?
How can type-insensitive macros be created?
a value that does not change during program execution a) variabe b) argument c) parameter d) none
What is pointer to pointer in c language?
What is the scope of static variable in c?
What is the difference between array and pointer in c?
what is the basis for selection of arrays or pointers as data structure in a program
Write a programme using structure that create a record of students. The user allow to add a record and delete a record and also show the records in ascending order.
Explain can you assign a different address to an array tag?
What are examples of structures?
How can I sort more data than will fit in memory?
How are strings stored in c?
How can you invoke another program from within a C program?
How does free() know explain how much memory to release?