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 5665we 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 5763i 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
When the macros gets expanded?
What is the difference between a function and a method in c?
What is the use of pragma in embedded c?
c language supports bitwise operations, why a) 'c' language is system oriented b) 'c' language is problem oriented c) 'c' language is middle level language d) all the above
What is substring in c?
Where static variables are stored in c?
What are pointers?
Why C language is a procedural language?
Is c is a procedural language?
Why can't I perform arithmetic on a void* pointer?
State the difference between x3 and x[3].
How do I determine whether a character is numeric, alphabetic, and so on?
Does free set pointer to null?
What is use of pointer?
How is a macro different from a function?