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.
1959how 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 5838we 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 5865i 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
2390i 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,
2049
Write a program to reverse a string.
What is %s and %d in c?
How will you print TATA alone from TATA POWER using string copy and concate commands in C?
What is the auto keyword good for?
Some coders debug their programs by placing comment symbols on some codes instead of deleting it. How does this aid in debugging?
What is union and structure?
What is a structural principle?
What is array within structure?
What does void main () mean?
What is malloc and calloc?
What does the file stdio.h contain?
which of the following shows the correct hierarchy of arithmetic operations in C a) (), **, * or/,+ or - b) (),**,*,/,+,- c) (),**,/,*,+,- d) (),/ or *,- or +
Write program to remove duplicate in an array?
Write a program to check armstrong number in c?
What is the purpose of 'register' keyword?