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.
1866how 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 5521we 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 5679i 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
2293i 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,
1933
What is c programming structure?
write a program which the o/p should b in such a way that s triangle if I/p is 3,a Square/rectangle if I/P=4,a pentagon if I/P=5 and so on...forget about the I/P which is less than 3
What is the difference between typedef and #define?
What is the difference between test design and test case design?
Is it better to use a macro or a function?
Do pointers store the address of value or the actual value of a variable?
What are different types of pointers?
A SIMPLE PROGRAM OF GRAPHICS AND THEIR OUTPUT I WANT SEE WAHAT OUTOUT OF GRAPHICS PROGRAM
Is calloc better than malloc?
Why do we use main function?
Explain modulus operator.
Is c pass by value or reference?
How can you check to see whether a symbol is defined?
How is a structure member accessed?
When do you not use the keyword 'return' when defining a function a) Always b) Never c) When the function returns void d) dfd