Answer Posted / shalabh
This can be done by using malloc...if u have an integer
array then ...you can ask user the size..and then allocate
memory for integers...at the run time...using malloc()
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
provide an example of the Group by clause, when would you use this clause
Write a C program on Centralized OLTP, Decentralized OLTP using locking mechanism, Semaphore using locking mechanism, Shared memory, message queues, channel of communication, sockets and a simple program on Saving bank application program using OLTP in IPC?
Differentiate between null and void pointers.
Where does the name "C" come from, anyway?
Why c is called object oriented language?
What are the different file extensions involved when programming in C?
What are the different types of endless loops?
What is a c token and types of c tokens?
How reliable are floating-point comparisons?
What is dynamic variable in c?
stripos — Find position of first occurrence of a case- insensitive string int stripos ( char* haystack, char* needle, int offset ) Returns the numeric position of the first occurrence of needle in the haystack string. Note that the needle may be a string of one or more characters. If needle is not found, stripos() will return -1. The function should not make use of any C library function calls.
Implement bit Array in C.
1) There is a singing competition for children going to be conducted at a local club. Parents have been asked to arrive at least an hour before and register their children’s names with the Program Manager. Whenever a participant registers, the Program Manager has to position the name of the person in a list in alphabet order. Write a program to help the Program Manager do this by placing the name in the right place each time the Program Manger enters a name. The Logic should be written in Data Structures?
Tell me is null always defined as 0(zero)?
Why does this code crash?