How do we select the big element or any other operation from array which is read dynamically. user need to give the elements only no need to mention the size.
1914how to find out the biggest element (or any other operation) in an array which is dynamic. User need not to mention the array size while executing.
3 5670we have to use realloc only after malloc or calloc ? or we can use initially with out depending on whether we are using malloc or calloc in our program ?
2 5768i have to apply for rbi before that i need to know the the syllabus for the entrance questions. whethet it may be aps or techinical
2329i have to apply for the rbi for the post of officers. i need to know abt the entrance questions whether it may be aps or techinical....
RBI,
1978
What is array of structure in c?
Explain high-order and low-order bytes.
What are types of preprocessor in c?
Explain how are 16- and 32-bit numbers stored?
a direct address that identifies a location by means of its displacement from a base address or segment a) absolute address b) relative address c) relative mode d) absolute mode
what is the significance of static storage class specifier?
When I tried to go into a security sites I am denied access and a message appeared saying 'applet not initialize'. How can I rectify this problem.
What is the use of linkage in c language?
Place the #include statement must be written in the program?
How can I trap or ignore keyboard interrupts like control-c?
I heard that you have to include stdio.h before calling printf. Why?
int i=10; printf("%d %d %d", i, i=20, i);
What is the difference between memcpy and memmove?
Why do we use return in c?
Do you know the use of fflush() function?